diff options
| author | ckonstanski <carlos.konstanski@olo.com> | 2025-11-26 10:09:17 -0700 |
|---|---|---|
| committer | ckonstanski <carlos.konstanski@olo.com> | 2025-11-26 10:09:17 -0700 |
| commit | 763fc8af1f79ed96599ed5a0764fe1b311d02600 (patch) | |
| tree | 50b6af66ac0557b6c3d508170d052a035ce262c5 /lisp/octopus/octopus.lisp | |
| parent | b972e5a27f93e2916ed5d8c8a4d0fc87ae8c6051 (diff) | |
[INF-18331] Put Platform Release and Dispatch V2 into the octopus slow lane
Diffstat (limited to 'lisp/octopus/octopus.lisp')
| -rw-r--r-- | lisp/octopus/octopus.lisp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/octopus/octopus.lisp b/lisp/octopus/octopus.lisp index 098c611..ba012c6 100644 --- a/lisp/octopus/octopus.lisp +++ b/lisp/octopus/octopus.lisp @@ -402,7 +402,9 @@ as an input filter are stored here for the ride through the queue.") :release release :environment environment :stdout (stdout octopus-ode-deploy-release)))) - (cond ((string= "Platform Database Release" (project-name octopus-ode-deploy-release)) + (cond ((or (string= "Platform Database Release" (project-name octopus-ode-deploy-release)) + (string= "Platform Release" (project-name octopus-ode-deploy-release)) + (string= "Dispatch V2" (project-name octopus-ode-deploy-release))) (enqueue *queue-octopus-slow* job)) (t (enqueue *queue-octopus-fast* job)))))))) |
