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 e89b4a9 commit bcd83c3Copy full SHA for bcd83c3
lib/chirp-workflow/core/src/worker.rs
@@ -5,7 +5,7 @@ use uuid::Uuid;
5
6
use crate::{util, DatabaseHandle, RegistryHandle, WorkflowCtx};
7
8
-const TICK_INTERVAL: Duration = Duration::from_millis(50);
+const TICK_INTERVAL: Duration = Duration::from_millis(200);
9
10
/// Used to spawn a new thread that indefinitely polls the database for new workflows. Only pulls workflows
11
/// that are registered in its registry. After pulling, the workflows are ran and their state is written to
0 commit comments