Skip to content

Commit

Permalink
move settings
Browse files Browse the repository at this point in the history
  • Loading branch information
jtimpe committed Dec 20, 2024
1 parent 82bb856 commit cc6ae6d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tdrs-backend/tdpservice/settings/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -558,6 +558,3 @@ class Common(Configuration):
BULK_CREATE_BATCH_SIZE = os.getenv("BULK_CREATE_BATCH_SIZE", 10000)
MEDIAN_LINE_PARSE_TIME = os.getenv("MEDIAN_LINE_PARSE_TIME", 0.0005574226379394531)
BYPASS_OFA_AUTH = os.getenv("BYPASS_OFA_AUTH", False)

CELERY_WORKER_SEND_TASK_EVENTS = True
CELERY_TASK_SEND_SENT_EVENT = True
3 changes: 3 additions & 0 deletions tdrs-backend/tdpservice/settings/local.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,6 @@ class Local(Common):
],
traces_sample_rate=1.0,
)

CELERY_WORKER_SEND_TASK_EVENTS = True
CELERY_TASK_SEND_SENT_EVENT = True

0 comments on commit cc6ae6d

Please sign in to comment.