Update worker

This commit is contained in:
Ryan Shpeherd
2026-09-09 13:50:19 -04:00
parent d9c0998400
commit 9f098d4b1f
6 changed files with 675 additions and 2 deletions
+2 -2
View File
@@ -64,5 +64,5 @@ HEALTHCHECK --interval=30s --timeout=10s --retries=3 \
# Switch to non-root user
USER appuser
# Default command
CMD ["python3", "-m", "src.main"]
# Default command: process tasks from the API until drained
CMD ["python3", "-m", "src.task_worker"]