Skip to content

Commit

Permalink
WIP: add boolean to create watchdog task for backward compat
Browse files Browse the repository at this point in the history
  • Loading branch information
soonum committed Dec 11, 2024
1 parent d583493 commit 0376aea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion src/slab.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ async function startInstanceRequest() {
const details = {
backend: {
provider,
profile: config.input.profile
profile: config.input.profile,
create_watchdog_task: true
}
}

Expand Down

0 comments on commit 0376aea

Please sign in to comment.