diff options
| author | ckonstanski <carlos.konstanski@olo.com> | 2026-01-06 18:56:24 -0700 |
|---|---|---|
| committer | ckonstanski <carlos.konstanski@olo.com> | 2026-01-06 18:56:24 -0700 |
| commit | a5fd76880291ea8135ee6b9a433082ed7fd11564 (patch) | |
| tree | 8f0f57f5bff89ec9a0a724774915965941347c36 /lisp/snow.asd | |
| parent | db5241f5f05209ca23b380eff9d52bf653bd5b29 (diff) | |
[INF-18492] Automate Queue Retry and Log Streaming Retry octopus fix
Diffstat (limited to 'lisp/snow.asd')
| -rw-r--r-- | lisp/snow.asd | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/snow.asd b/lisp/snow.asd index e9bc646..0aecb6e 100644 --- a/lisp/snow.asd +++ b/lisp/snow.asd @@ -68,7 +68,8 @@ (:file "octopus-environments-with-roles-service" :depends-on ("auth-service")) (:file "octopus-projects-with-roles-service" :depends-on ("auth-service")) (:file "octopus-ode-deploy-release-service" :depends-on ("auth-service")) - (:file "octopus-latest-deployments-service" :depends-on ("auth-service")))) + (:file "octopus-latest-deployments-service" :depends-on ("auth-service")) + (:file "octopus-qrs-lsrs-redeploy-service" :depends-on ("auth-service")))) (:module webapps :depends-on (service) :components ((:file "webapp-loader") |
