0.0.7 • Published 6 years ago

skitch-extension-jobs v0.0.7

Weekly downloads
36
License
-
Repository
-
Last release
6 years ago

An asynchronous job queue schema for ACID compliant job creation through triggers/functions/etc.

Original author is Benjie Gillam https://gist.github.com/benjie/839740697f5a1c46ee8da98a1efac218

setup

worker.js is the node.js worker. Copy that file into your node app, and add a tasks.js file. Job workers are asynchronous functions of the form:

 async function ({ debug, pgPool }, job) {
   // worker code here
 }
0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago