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
Will be good if we can catch of the worker exceptions. For example:
$wp = new WorkerPool();
$wp->onWorkerException(function(\Exception $ex, Worker $worker) {
// there we can handle the exception (logging, restart the task or other)
});