1f038ac1f4
- Existing jobs are moved before start processing them. - Uses a new queue prefix to avoid collisions. - Pub/Sub also changes communication channel. - Job subscriber emits user+host on new jobs. - Batch processor is faulty. See TODO in batch.js.
5 lines
57 B
JavaScript
5 lines
57 B
JavaScript
module.exports = {
|
|
DB: 0,
|
|
NAME: 'batch:users'
|
|
};
|