mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-05 00:03:08 +00:00
fix: deployment callbacks have a concurrency limit of 1 on same path
This commit is contained in:
committed by
Alexander Petric
parent
be9a7a0d0a
commit
53367c6a36
@@ -1 +1 @@
|
||||
15602d5972e79192ff8f121cd783613b8ab365fa
|
||||
177895136549cdb7c2f2a26ba3b654d76e60d845
|
||||
@@ -3670,15 +3670,15 @@ pub async fn push<'c, 'd, R: rsmq_async::RsmqConnection + Send + 'c>(
|
||||
}
|
||||
JobPayload::DeploymentCallback { path } => (
|
||||
None,
|
||||
Some(path),
|
||||
Some(path.clone()),
|
||||
None,
|
||||
JobKind::DeploymentCallback,
|
||||
None,
|
||||
None,
|
||||
None,
|
||||
None,
|
||||
None,
|
||||
None,
|
||||
Some(format!("{workspace_id}:git_sync")),
|
||||
Some(1),
|
||||
Some(0),
|
||||
None,
|
||||
None,
|
||||
None,
|
||||
|
||||
Reference in New Issue
Block a user