Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
achauve committed Sep 11, 2023
1 parent dda90e5 commit 0251e09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/indice_pollution/indice_pollution/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ def setup_periodic_tasks(sender, **kwargs):

def call_tasks_now():
for task in all_tasks():
task.apply_async()
task.apply_async(queue='save_indices', routing_key='save_indices.save_all')


def all_tasks():
Expand Down

0 comments on commit 0251e09

Please sign in to comment.