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
If some task is crushed with fatal exception (e.g. out of memory or some function returns incrorrect type in php 7+), in this case last result will not changed and task will stay locked.
E.g. if during scheduler:execute some task is crashed:
[Symfony\Component\Debug\Exception\FatalThrowableError]
Type error: Return value of SomeService::getUser() must be an instance of
SomeUser, null returned
In this case the next scheduler:monitor will not show any problem.
The text was updated successfully, but these errors were encountered:
Hi. Thanks for your bundle, it is really useful.
But I found an issue:
If some task is crushed with fatal exception (e.g. out of memory or some function returns incrorrect type in php 7+), in this case last result will not changed and task will stay locked.
E.g. if during
scheduler:execute
some task is crashed:In this case the next
scheduler:monitor
will not show any problem.The text was updated successfully, but these errors were encountered: