Skip to content
Snippets Groups Projects
Commit 41ca0008 authored by Jim Sheckard's avatar Jim Sheckard
Browse files

queue name catchup

parent 09ed8193
No related branches found
No related tags found
2 merge requests!5Release branch into main pre-deployment,!1queue name catchup
......@@ -32,7 +32,7 @@ export class Job {
new JobQueue('SE Calibration', 'se_calibration'),
//new JobQueue('SE Cont', 'se_cont'),
new JobQueue('SE Continuum Image', 'se_continuum_imaging'),
new JobQueue('SE Coarse Cube Image', 'se_coarse_cube_image')
new JobQueue('SE Coarse Cube Image', 'se_coarse_cube_imaging')
];
static getQueueFromName(queueName: string): JobQueue {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment