🐂 Migration to moleculer-bullMQ #6

Merged
rishighan merged 21 commits from migration-to-bullmq into master 2023-08-30 17:50:47 +00:00
rishighan commented 2023-06-29 18:20:48 +00:00 (Migrated from github.com)

This PR involves work to move to moleculer-bullmq from my own spin-off of molecular-bull for core-services to benefit from the latest updates from upstream BullMQ.

Issues addressed as part of this PR:

  1. When the user starts an import, and closes, then re-opens the browser or tab, the import state would be reset, thus creating the impression that the import stopped (which was not the case)
  2. Pausing/Resuming the import job queue wouldn't actually do anything
  3. Job statistics were inaccurate

New features:

  1. Endpoints for job statistics aggregation
This PR involves work to move to `moleculer-bullmq` from my own [spin-off](https://github.com/rishighan/moleculer-bull) of `molecular-bull` for `core-services` to benefit from the latest updates from upstream BullMQ. Issues addressed as part of this PR: 1. When the user starts an import, and closes, then re-opens the browser or tab, the import state would be reset, thus creating the impression that the import stopped (which was not the case) 2. Pausing/Resuming the import job queue wouldn't actually do anything 3. Job statistics were inaccurate New features: 1. Endpoints for job statistics aggregation
nstephenh (Migrated from github.com) reviewed 2023-06-29 18:20:48 +00:00
Sign in to join this conversation.