Skip to content

Commit 383f423

Browse files
Enable always online in app manifest
1 parent d2e2634 commit 383f423

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

manifest.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@
3333
"socket_mode_enabled": true,
3434
"token_rotation_enabled": false,
3535
"hermes_app_type": "remote",
36-
"function_runtime": "remote"
36+
"function_runtime": "remote",
37+
"always_online": true
3738
},
3839
"functions": {
3940
"sample-step": {
@@ -60,4 +61,4 @@
6061
}
6162
}
6263
}
63-
}
64+
}

0 commit comments

Comments
 (0)