Skip to content

Instantly share code, notes, and snippets.

@EnTeQuAk
Created February 11, 2016 20:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save EnTeQuAk/5b4be590b30462a75510 to your computer and use it in GitHub Desktop.
Save EnTeQuAk/5b4be590b30462a75510 to your computer and use it in GitHub Desktop.
# AMO Devhub.
- 'devhub.tasks.validate_file': {'queue': 'devhub'},
- 'devhub.tasks.validate_file_path': {'queue': 'devhub'},
- 'devhub.tasks.handle_upload_validation_result': {'queue': 'devhub'},
- 'devhub.tasks.handle_file_validation_result': {'queue': 'devhub'},
+ 'olympia.devhub.tasks.validate_file': {'queue': 'devhub'},
+ 'olympia.devhub.tasks.validate_file_path': {'queue': 'devhub'},
+ 'olympia.devhub.tasks.handle_upload_validation_result': {'queue': 'devhub'},
+ 'olympia.devhub.tasks.handle_file_validation_result': {'queue': 'devhub'},
# This is currently used only by validation tasks.
- 'celery.chord_unlock': {'queue': 'devhub'},
- 'devhub.tasks.compatibility_check': {'queue': 'devhub'},
+ 'olympia.celery.chord_unlock': {'queue': 'devhub'},
+ 'olympia.devhub.tasks.compatibility_check': {'queue': 'devhub'},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment