mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-05 00:03:08 +00:00
feat: increase timeout to 900
This commit is contained in:
@@ -3,7 +3,7 @@ name: "python download pip"
|
||||
mode: ONCE
|
||||
hostname: "python"
|
||||
log_level: ERROR
|
||||
time_limit: 300
|
||||
time_limit: 900
|
||||
|
||||
rlimit_as: 2048
|
||||
rlimit_cpu: 1000
|
||||
|
||||
@@ -146,8 +146,7 @@ pub struct Metrics {
|
||||
pub worker_execution_failed: prometheus::IntCounter,
|
||||
}
|
||||
|
||||
|
||||
pub const DEFAULT_TIMEOUT: u64 = 300;
|
||||
pub const DEFAULT_TIMEOUT: u64 = 900;
|
||||
pub const DEFAULT_SLEEP_QUEUE: u64 = 50;
|
||||
|
||||
lazy_static::lazy_static! {
|
||||
|
||||
Reference in New Issue
Block a user