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
{{ message }}
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.
If a task has a setup script and it hangs, we don't time out until NODE_EXPIRATION_TIME of 1 hour expires, and the node gets reimaged. The error messages around this can be confusing
Instead, have a setup script-specific timeout that defaults to something reasonable. Ideally this would be set per-colocated task set. However, for now, it must never exceed NODE_EXPIRATION_TIME.
The text was updated successfully, but these errors were encountered:
If a task has a setup script and it hangs, we don't time out until
NODE_EXPIRATION_TIME
of 1 hour expires, and the node gets reimaged. The error messages around this can be confusingInstead, have a setup script-specific timeout that defaults to something reasonable. Ideally this would be set per-colocated task set. However, for now, it must never exceed
NODE_EXPIRATION_TIME
.The text was updated successfully, but these errors were encountered: