Skip to content

[4.0.0-alpha17] Fix lock! thread safety performance

Pre-release
Pre-release
Compare
Choose a tag to compare
@CChanHY CChanHY released this 22 Aug 10:31
· 25 commits to master since this release
dd72041

Fixes

Changes

  • QUEUE_CLASSIC_MAX_LOCK_TIME is no longer supported and jobs with lock! will not have a timeout. This feature was inherently dangerous in that a lock! job should never have more than 1 instance enqueued.