We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 174dc68 commit 9501e57Copy full SHA for 9501e57
packages/edge/api/actor/src/route/actors/mod.rs
@@ -153,7 +153,7 @@ pub async fn create(
153
resources: None,
154
lifecycle: body.lifecycle.map(|x| (*x).api_into()).unwrap_or_else(|| {
155
pegboard::types::ActorLifecycle {
156
- kill_timeout_ms: 0,
+ kill_timeout_ms: 5000,
157
durable: false,
158
}
159
}),
packages/edge/api/actor/src/route/containers.rs
@@ -154,7 +154,7 @@ pub async fn create(
resources: Some((*body.resources).api_into()),
160
0 commit comments