mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-24 06:35:49 +03:00
2c1417da88
- Minimal working version of a job manager - Uses fastq for handling the queue - Exposes 2 methods: addJob and shutdown
2 lines
47 B
JavaScript
2 lines
47 B
JavaScript
module.exports = require('./lib/job-manager');
|