This website requires JavaScript.
Explore
Help
Sign In
cartodb
/
CartoDB-SQL-API
Watch
1
Star
0
Fork
0
You've already forked CartoDB-SQL-API
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
a1b7a07c8e
CartoDB-SQL-API
/
batch
/
pubsub
/
channel.js
5 lines
57 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Share redis channel config
2016-10-12 00:41:59 +08:00
module
.
exports
=
{
DB
:
0
,
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-13 03:32:29 +08:00
NAME
:
'batch:users'
Share redis channel config
2016-10-12 00:41:59 +08:00
}
;
Reference in New Issue
Copy Permalink