atlas.js
atlas.js copied to clipboard
Implement service: queue
Implement a service which could be used for queue-related tasks:
- sending jobs to a queue
- receiving jobs from a queue and dispatching them to registered workers
Ideally, the backend would be configurable, but at the very least we should support a Redis backend.
Some progress here: https://github.com/strvcom/atlas.js/compare/package/queue