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
I didn't understand that workerStopTimeout force kill the process when the time is reached after we call Worker.stop().
I was expecting same behavior than taskTimeout and I was confused between this 2 options.
I think it's more clear to call this option workerForceKillAfterTimeout like execa.
The text was updated successfully, but these errors were encountered:
I didn't understand that
workerStopTimeout
force kill the process when the time is reached after we callWorker.stop()
.I was expecting same behavior than
taskTimeout
and I was confused between this 2 options.I think it's more clear to call this option
workerForceKillAfterTimeout
like execa.The text was updated successfully, but these errors were encountered: