Skip to content

Commit

Permalink
add raw data exports into separate celery queue
Browse files Browse the repository at this point in the history
  • Loading branch information
beda42 committed Mar 1, 2021
1 parent e96d40a commit 9eeb634
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,7 @@
'logs.tasks.import_new_sushi_attempts_task': {'queue': 'import'},
'logs.tasks.smart_interest_sync_task': {'queue': 'interest'},
'logs.tasks.sync_materialized_reports_task': {'queue': 'interest'},
'logs.tasks.export_raw_data_task': {'queue': 'export'},
}

CELERY_BEAT_SCHEDULE = {
Expand Down

0 comments on commit 9eeb634

Please sign in to comment.