Open jakubmikita opened 3 years ago
I'll be looking at this today, during Contributor Day.
Per my PR at https://github.com/wp-cli/cron-command/pull/108, I believe this issue is not valid and can be closed as such.
@jakubmikita Are you still experiencing this issue? Can you take a look at the tests in #108 and confirm whether they accurately represent the issue you saw?
Thanks!
Bug Report
Describe the current, buggy behavior
While running a regular cron command:
once the event produces a fatal error, the
shutdown
action and customregister_shutdown_function
isn't called.Describe how other contributors can replicate this bug
Describe what you would expect as the correct outcome
The shutdown function, thus
shutdown
action executing with fatal errors.