1 / 5
Fill in: 'We ___ a SIGTERM handler so in-flight requests can finish before the process actually exits.'
-
-
-
-
We 'register a handler' — the standard, established collocation for attaching a signal callback. The other options aren't the recognised term here.
2 / 5
Fill in: 'A process that ignores termination signals can ___ requests dropped mid-flight during a deploy.'
-
-
-
-
We say ignoring signals will 'leave' requests dropped — the standard, natural collocation here. The other options aren't idiomatic here.
3 / 5
Fill in: 'We ___ new connections the moment shutdown begins while still finishing existing ones.'
-
-
-
-
We 'stop' new connections — the standard, simple collocation for refusing further inbound work. The other options are less idiomatic here.
4 / 5
Fill in: 'We ___ a grace period before the orchestrator sends a hard kill signal to a still-draining process.'
-
-
-
-
We 'allow' a grace period — the standard collocation for permitting extra time before forced termination. The other options are less idiomatic here.
5 / 5
Fill in: 'We ___ open database connections cleanly during shutdown instead of letting the OS tear them down.'
-
-
-
-
We 'close a connection' — the standard, simple collocation for terminating it deliberately. The other options are less idiomatic here.