Skip to content

Commit

Permalink
Update dependencies and fix merge mistake (#745)
Browse files Browse the repository at this point in the history
* Update dependencies

* Fix merge issue

* Fix snapshot (again from merge)
  • Loading branch information
0x2b3bfa0 authored Sep 24, 2021
1 parent 5529b3b commit c5e9e3b
Show file tree
Hide file tree
Showing 4 changed files with 143 additions and 158 deletions.
4 changes: 2 additions & 2 deletions bin/cml/runner.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ const shutdown = async (opts) => {
winston.info('runner status', { reason, status: 'terminated' });
}

winston.info(`waiting ${RUNNER_DESTROY_DELAY} seconds before exiting...`);
await sleep(RUNNER_DESTROY_DELAY);
winston.info(`waiting ${destroyDelay} seconds before exiting...`);
await sleep(destroyDelay);

if (cloud) {
await destroyTerraform();
Expand Down
2 changes: 1 addition & 1 deletion bin/cml/tensorboard-dev.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Options:
-c, --credentials TB credentials as json. Usually found at
~/.config/tensorboard/credentials/uploader-creds.json. If
not specified will look for the json at the env variable
TB_CREDENTIALS. [string]
TB_CREDENTIALS. [string] [required]
--logdir Directory containing the logs to process. [string]
--name Tensorboard experiment title. Max 100 characters. [string]
--description Tensorboard experiment description. Markdown format. Max
Expand Down
Loading

0 comments on commit c5e9e3b

Please sign in to comment.