We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 309ab94 commit e4e7208Copy full SHA for e4e7208
crates/orchestrator/src/store/domains/heartbeat_store.rs
@@ -29,7 +29,7 @@ impl HeartbeatStore {
29
con.set_options::<_, _, ()>(
30
&key,
31
payload_string,
32
- redis::SetOptions::default().with_expiration(redis::SetExpiry::EX(60)),
+ redis::SetOptions::default().with_expiration(redis::SetExpiry::EX(180)),
33
)
34
.await
35
.map_err(|_| anyhow!("Failed to set options"))?;
0 commit comments