Skip to content

Commit ed7ec12

Browse files
committed
Follow agent's defaults and set signal-grace-period to -1
1 parent 3a56acf commit ed7ec12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/aws-stack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ Parameters:
245245
BuildkiteAgentSignalGracePeriod:
246246
Description: The number of seconds given to a subprocess to handle being sent `cancel-signal`. After this period has elapsed, SIGKILL will be sent.
247247
Type: Number
248-
Default: 60
248+
Default: -1
249249
MinValue: -1
250250

251251
BuildkiteTerminateInstanceAfterJob:

0 commit comments

Comments
 (0)