chrisboulton / php-resque-scheduler

An addon for php-resque that lets you queue jobs for execution some time in the future. Follows resque-scheduler.
MIT License
271 stars 129 forks source link

Bugfix: Cleanup timestamp when removing multiple entries #38

Open beerbohmdo opened 7 years ago

beerbohmdo commented 7 years ago

Timestamp should be removed from delayed_queue_schedule after deleting key with removeDelayed-method.