Skip to content

Commit

Permalink
Change the runner destroy delay to 30 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
0x2b3bfa0 committed Mar 6, 2021
1 parent a658e37 commit 28acb03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/cml-runner.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const {

RUNNER_PATH = `${WORKDIR_BASE}/${NAME}`,
RUNNER_IDLE_TIMEOUT = 5 * 60,
RUNNER_DESTROY_DELAY = 2 * 60,
RUNNER_DESTROY_DELAY = 30,
RUNNER_LABELS = 'cml',
RUNNER_NAME = NAME,
RUNNER_SINGLE = false,
Expand Down

2 comments on commit 28acb03

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Test Comment

CML watermark

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Test Comment

CML watermark

Please sign in to comment.