Skip to content

Commit

Permalink
Give MTI its own diminutive queue.
Browse files Browse the repository at this point in the history
  • Loading branch information
pagreene committed Jul 16, 2020
1 parent 053485d commit 33fbaeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion indra_db/reading/submit_reading_pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class DbReadingSubmitter(Submitter):
_purpose = 'db_reading'
_job_queue_dict = {'run_db_reading_queue': ['reach', 'sparser', 'isi',
'eidos'],
'run_db_lite_queue': ['mti'],
'run_db_mti_queue ': ['mti'],
'run_db_trips_queue': ['trips']}
_job_def_dict = {'run_db_reading_jobdef': ['reach', 'sparser'],
'run_db_lite_jobdef': ['mti'],
Expand Down

0 comments on commit 33fbaeb

Please sign in to comment.