fix: add flower package for Celery monitoring
Some checks failed
CI/CD - Build & Test / Backend Tests (push) Has been cancelled
CI/CD - Build & Test / Frontend Tests (push) Has been cancelled
CI/CD - Build & Test / Security Scans (push) Has been cancelled
CI/CD - Build & Test / Docker Build Test (push) Has been cancelled
CI/CD - Build & Test / Terraform Validate (push) Has been cancelled
Deploy to Production / Build & Test (push) Has been cancelled
Deploy to Production / Security Scan (push) Has been cancelled
Deploy to Production / Build Docker Images (push) Has been cancelled
Deploy to Production / Deploy to Staging (push) Has been cancelled
Deploy to Production / E2E Tests (push) Has been cancelled
Deploy to Production / Deploy to Production (push) Has been cancelled
Some checks failed
CI/CD - Build & Test / Backend Tests (push) Has been cancelled
CI/CD - Build & Test / Frontend Tests (push) Has been cancelled
CI/CD - Build & Test / Security Scans (push) Has been cancelled
CI/CD - Build & Test / Docker Build Test (push) Has been cancelled
CI/CD - Build & Test / Terraform Validate (push) Has been cancelled
Deploy to Production / Build & Test (push) Has been cancelled
Deploy to Production / Security Scan (push) Has been cancelled
Deploy to Production / Build Docker Images (push) Has been cancelled
Deploy to Production / Deploy to Staging (push) Has been cancelled
Deploy to Production / E2E Tests (push) Has been cancelled
Deploy to Production / Deploy to Production (push) Has been cancelled
Add missing flower>=2.0.0 dependency required for Celery monitoring UI. This fixes the 'No such command flower' error.
This commit is contained in:
@@ -22,6 +22,7 @@ dependencies = [
|
|||||||
"email-validator>=2.0.0",
|
"email-validator>=2.0.0",
|
||||||
"redis>=5.0.0",
|
"redis>=5.0.0",
|
||||||
"celery>=5.4.0",
|
"celery>=5.4.0",
|
||||||
|
"flower>=2.0.0",
|
||||||
"prometheus-client>=0.20.0",
|
"prometheus-client>=0.20.0",
|
||||||
"opentelemetry-api>=1.24.0",
|
"opentelemetry-api>=1.24.0",
|
||||||
"opentelemetry-sdk>=1.24.0",
|
"opentelemetry-sdk>=1.24.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user