Changelog
- 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
- groups: In order to make the group getter consistent for all statuses we are changing the SET type for groups:active to ZSET. Also we rename the ZSET to groups:max as it represent groups that have maxed the concurrency.