Skip to content

Commit bcd83c3

Browse files
committed
chore: increase workflow tick interval
1 parent e89b4a9 commit bcd83c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/chirp-workflow/core/src/worker.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use uuid::Uuid;
55

66
use crate::{util, DatabaseHandle, RegistryHandle, WorkflowCtx};
77

8-
const TICK_INTERVAL: Duration = Duration::from_millis(50);
8+
const TICK_INTERVAL: Duration = Duration::from_millis(200);
99

1010
/// Used to spawn a new thread that indefinitely polls the database for new workflows. Only pulls workflows
1111
/// that are registered in its registry. After pulling, the workflows are ran and their state is written to

0 commit comments

Comments
 (0)