Skip to content

Commit

Permalink
Try differnt format for task_routes
Browse files Browse the repository at this point in the history
  • Loading branch information
BenGalewsky committed Jul 10, 2024
1 parent f177672 commit 4c9c0fb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions helm/servicex/templates/app/celery_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ metadata:
data:
celery_config.py: |
task_routes = {
'did_finder_cernopendata.tasks.lookup_dataset': {'queue': 'did_finder_cernopendata'},
'did_finder_rucio.tasks.lookup_dataset': {'queue': 'did_finder_rucio'},
'did_finder_xrootd.tasks.lookup_dataset': {'queue': 'did_finder_xrootd'},
'did_finder_cernopendata.lookup_dataset': {'queue': 'did_finder_cernopendata'},
'did_finder_rucio.lookup_dataset': {'queue': 'did_finder_rucio'},
'did_finder_xrootd.lookup_dataset': {'queue': 'did_finder_xrootd'},
}

0 comments on commit 4c9c0fb

Please sign in to comment.