CartoDB-SQL-API/batch/pubsub/channel.js
Raul Ochoa 1f038ac1f4 Moves from host queues to user queues
- 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.
2016-10-12 21:32:29 +02:00

5 lines
57 B
JavaScript

module.exports = {
DB: 0,
NAME: 'batch:users'
};