mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-12 08:05:44 +00:00
nit warning concurrency limit for deps
This commit is contained in:
@@ -2826,7 +2826,7 @@ pub async fn handle_queued_job(
|
||||
}
|
||||
|
||||
#[cfg(not(feature = "enterprise"))]
|
||||
if job.concurrent_limit.is_some() {
|
||||
if job.concurrent_limit.is_some() && !job.kind.is_dependency() {
|
||||
logs.push_str("---\n");
|
||||
logs.push_str("WARNING: This job has concurrency limits enabled. Concurrency limits are an EE feature and the setting is ignored.\n");
|
||||
logs.push_str("---\n");
|
||||
|
||||
Reference in New Issue
Block a user