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
{{ message }}
This repository was archived by the owner on Mar 23, 2023. It is now read-only.
nowadays there is no way to define the event handler for jobs failure.
php-resque have an event handler system that can bind some callable when an event was thrown
the events should be set in a file and included via APP_INCLUDE
APP_INCLUDE in cake-resque is defined when the worker is launched and there is no way to edit
it should be pretty if there was a way to define a startup function for every worker where initialize event system
nowadays there is no way to define the event handler for jobs failure.
php-resque have an event handler system that can bind some callable when an event was thrown
the events should be set in a file and included via APP_INCLUDE
APP_INCLUDE in cake-resque is defined when the worker is launched and there is no way to edit
it should be pretty if there was a way to define a startup function for every worker where initialize event system