pages-core icon indicating copy to clipboard operation
pages-core copied to clipboard

move queues configuration to config folder

Open amirbey opened this issue 3 years ago • 1 comments

Background (Optional)

Bull Queues configurations should exist in a config file and not in the js codebase. For example: https://github.com/18F/federalist/pull/3674/files#r736945269

Acceptance Criteria

  • [ ] all queue config are accessed from the config file directory
  • [ ] queue configs no longer exist in the workers directory
  • [ ] Change made live via Federalist

After evaluating, edit this part:

Level of effort - <low/medium/high>

Implementation outline (if higher than "low" effort):

  • [ ] create queues config file (per queue?)
  • [ ] queues should be initialized using config file

amirbey avatar Nov 04 '21 17:11 amirbey

It's a keeper.

apburnes avatar Sep 29 '22 20:09 apburnes