You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ResqueScheduler::removeDelayed calls removePrefixon line 115. However, in php-resque-scheduler version 1.1 the php-resque dependency is at version 1.2, where removePrefix does not exist yet, and the removePrefix call fails silently, returning just false. I assume the silent failure is caused by dynamic calls to Redis wrappers (or Redis itself).
Upgrading to dev-master fixed the problem.
I guess this bug isn't really worth a new release, though it'd be nice if the issue was left open for other people to notice until a new tagged version of php-resque-scheduler appeared. I'm not too keen on depending on dev-master. :)
The text was updated successfully, but these errors were encountered:
ResqueScheduler::removeDelayed
callsremovePrefix
on line 115. However, in php-resque-scheduler version 1.1 the php-resque dependency is at version 1.2, whereremovePrefix
does not exist yet, and theremovePrefix
call fails silently, returning justfalse
. I assume the silent failure is caused by dynamic calls to Redis wrappers (or Redis itself).Upgrading to dev-master fixed the problem.
I guess this bug isn't really worth a new release, though it'd be nice if the issue was left open for other people to notice until a new tagged version of php-resque-scheduler appeared. I'm not too keen on depending on dev-master. :)
The text was updated successfully, but these errors were encountered: