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
At the moment the handling of the mutexpath files for scheduled commands is very limited.
If you find a mutex file in your storage directory that is a week old (for instance) it's impossible to know which command it is for for debugging purposes (it may be there legitimately, or may be a result of a command having crashed).
In order to get a list of scheduled tasks (for displaying in a dashboard for instance) you need to do the following:
At the moment the handling of the mutexpath files for scheduled commands is very limited.
If you find a mutex file in your storage directory that is a week old (for instance) it's impossible to know which command it is for for debugging purposes (it may be there legitimately, or may be a result of a command having crashed).
In order to get a list of scheduled tasks (for displaying in a dashboard for instance) you need to do the following:
But from there there mutexpath() method is protected so there is no way to manually check existence. e.g:
Would it be possible to make this more accessible and add more options for clearing/debugging stuck commands. This might involve:
The text was updated successfully, but these errors were encountered: