Changelog
- group: add priority option into group option (#171) (2e632f1), closes taskforcesh/bullmq-pro-support#23 taskforcesh/bullmq-pro-support#13
- groups: support local priorities (#156) (260bd24), closes taskforcesh/bullmq-pro-support#23 taskforcesh/bullmq-pro-support#13
- priority: priority is separeted in its own zset, no duplication needed
- change job method name update to updateData
- remove-job: check groupId is different than false on removed children (#126) (efb54cb), closes taskforcesh/bullmq-pro-support#32
- Change global rate limit Move jobs to wait or groups when global rate limit
- Remove QueueSchedulerPro class. WorkerPro class should handle QueueSchedulerPro functionalities.
- groups: Group ids must be strings. Numbers are not allowed anymore.
Fixes https://github.com/taskforcesh/bullmq-pro-support/issues/25