Skip to content

Commit 4c19189

Browse files
committed
Make Queue name global variable
1 parent e7b5fe1 commit 4c19189

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/mavedb/worker/jobs.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@ async def enqueue_job_with_backoff(
8484

8585
return (new_job_id, not limit_reached, backoff)
8686

87+
MAPPING_QUEUE_NAME = "vrs_mapping_queue"
88+
8789

8890
async def create_variants_for_score_set(
8991
ctx, correlation_id: str, score_set_id: int, updater_id: int, scores: pd.DataFrame, counts: pd.DataFrame

0 commit comments

Comments
 (0)