Skip to content

v2.0.4: Bugfix

Compare
Choose a tag to compare
@evantahler evantahler released this 28 Apr 00:00
· 1061 commits to main since this release

Fix delayed job removal

  • Prepend queue namespace to delayed job key found in timestamps before attempting to remove from delayed queue list, and added check that the removal was successful.
  • Created new test, and fixed another which was returning done() multiple times because of the changes to delDelayed.

By @ccapo via #133