atlas.js icon indicating copy to clipboard operation
atlas.js copied to clipboard

Implement service: queue

Open robertrossmann opened this issue 6 years ago • 1 comments

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.

robertrossmann avatar May 11 '18 11:05 robertrossmann

Some progress here: https://github.com/strvcom/atlas.js/compare/package/queue

robertrossmann avatar May 31 '18 21:05 robertrossmann