Added Celery task for refreshing file links
This includes a CLI command to kick off a single run for the Celery task. This does *NOT* include a check to see whether the task is already running!
This commit is contained in:
@@ -449,6 +449,7 @@ class PillarServer(Eve):
|
||||
celery_task_modules = [
|
||||
'pillar.celery.tasks',
|
||||
'pillar.celery.algolia_tasks',
|
||||
'pillar.celery.file_link_tasks',
|
||||
]
|
||||
|
||||
# Allow Pillar extensions from defining their own Celery tasks.
|
||||
|
Reference in New Issue
Block a user