Skip to content

Commit c9a8825

Browse files
committed
add debug for celery worker
1 parent 2ab0a3b commit c9a8825

File tree

1 file changed

+1
-0
lines changed
  • pythonkr_backend/pythonkr_backend/settings

1 file changed

+1
-0
lines changed

pythonkr_backend/pythonkr_backend/settings/prod.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@
6767
logfire.instrument_django()
6868
logfire.instrument_system_metrics()
6969
#logfire.instrument_psycopg('psycopg')
70+
print(f"sys.argv: {sys.argv}")
7071

7172
# celery
7273
CELERY_BROKER_PASSWORD = os.environ.get("CELERY_BROKER_PASSWORD","FALSE")

0 commit comments

Comments
 (0)