Skip to content

Commit

Permalink
fix: Celery control folder (#298)
Browse files Browse the repository at this point in the history
  • Loading branch information
ocervell committed Apr 15, 2024
1 parent e87eec8 commit 3cbc0a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions secator/celery.py
Expand Up @@ -53,6 +53,7 @@
'broker_transport_options': {
'data_folder_in': CELERY_DATA_FOLDER,
'data_folder_out': CELERY_DATA_FOLDER,
'control_folder': CELERY_DATA_FOLDER,
'visibility_timeout': CELERY_BROKER_VISIBILITY_TIMEOUT,
},
'broker_connection_retry_on_startup': True,
Expand Down

0 comments on commit 3cbc0a3

Please sign in to comment.