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
* Allow executing logic after scheduling the task (the @param TaskInterface $task is the one returned via {@see SchedulerInterface::schedule()} and AFTER the transport stores it).
*
* @throws Throwable If an error|exception occurs, it must be thrown back.
*/
public function postScheduling(TaskInterface $task, SchedulerInterface $scheduler): void;