What draining does
1
New submissions queue, but nothing dispatches
A user can still submit. Their job waits, and the note you wrote is shown to them.
2
Running jobs are paused, keeping their checkpoints
Each is marked
PAUSED with auto-resume set, under its original run id.3
You do the work
Replace images, upgrade the operator, patch nodes.
4
Resume
The queue worker resubmits each paused job under its original run id, and training continues from
its checkpoint. Queued submissions start dispatching again.
Write the note
FORGE_MAINTENANCE_NOTE is shown to anyone whose submission is held. A note with an expected end
time answers the question people would otherwise ask you. “Maintenance” on its own generates support
traffic.
What still works while drained
Model deployments serving application traffic are a separate concern — draining the training queue
does not stop them. Suspend a deployment explicitly if that is what you want.