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
This means that on shutdown the overwritten error handler is used, which throws - however since it's not in a try/catch block anymore now, this will fatal (= call the exception handler and exit)
The text was updated successfully, but these errors were encountered:
kkmuffme
added a commit
to kkmuffme/action-scheduler
that referenced
this issue
Mar 27, 2025
If an action has a fatal the "finally" with "restore_error_handler"
action-scheduler/classes/abstracts/ActionScheduler_Abstract_QueueRunner.php
Line 115 in dba9377
This means that on shutdown the overwritten error handler is used, which throws - however since it's not in a try/catch block anymore now, this will fatal (= call the exception handler and exit)
The text was updated successfully, but these errors were encountered: