feat(infrastructure): update queue worker

This commit is contained in:
2025-10-02 13:59:01 +02:00
parent 7cd96c830d
commit 3e809782a6
3 changed files with 18 additions and 52 deletions

View File

@@ -17,8 +17,8 @@ spec:
- image: lukastrkan/cc-app-demo@sha256:d320eefb9dee05dc0f0ec5a2ca90daae7ca8c2af0088dc6b88eee076486c0f3b
name: app-demo-worker
command:
- python3
- app/workers/queue_worker.py
- python3 -m
- app.workers.queue_worker
env:
- name: RABBITMQ_USERNAME
value: demo-app