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
Experiments show that Process::timeout() is ignored when using Process::start(): the started process will still run until it finishes. We need custom handling of task time limits.
To clarify, we are talking about real time, not CPU time. This will include all the time spent on sleeping and waiting that normally may not be counted by PHP (Unix). This has irl value where the overall timing is important.
Along with this, also include a way to catch "process timed out" events to let the task creator specify on-time-out actions.
The text was updated successfully, but these errors were encountered: