Skip to content

Commit 4a1c9a8

Browse files
cg505claude
andcommitted
[Jobs] Bump consolidation-lock recovery wait to 15s
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Fh7ZZwmvfVeV3fHzjV2ACi
1 parent 9ae552c commit 4a1c9a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sky/jobs/managed_job_refresh_thread.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
# finish terminating before we reset and re-adopt its jobs. The recovery signal
3737
# file stays in place during the wait, so no controllers are started and no job
3838
# is marked FAILED_CONTROLLER in the meantime.
39-
_RECOVERY_WAIT_AFTER_ACQUIRE_SECONDS = 10
39+
_RECOVERY_WAIT_AFTER_ACQUIRE_SECONDS = 15
4040

4141

4242
class ManagedJobRefreshDaemonThread(threading.Thread):

0 commit comments

Comments
 (0)