Skip to content

Commit

Permalink
register process-pinpoint-result task explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
sastels committed May 9, 2024
1 parent 3262a4a commit 7412042
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,7 @@ class Config(object):
"app.celery.scheduled_tasks",
"app.celery.reporting_tasks",
"app.celery.nightly_tasks",
"app.celery.process_pinpoint_receipts_tasks"
)
CELERYBEAT_SCHEDULE = {
# app/celery/scheduled_tasks.py
Expand Down

0 comments on commit 7412042

Please sign in to comment.