Skip to content

Commit 46c6ca8

Browse files
committed
tmp: reduce mapper manager deferal time to 15 seconds
1 parent 37659db commit 46c6ca8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mavedb/worker/jobs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -762,7 +762,7 @@ async def variant_mapper_manager(ctx: dict, correlation_id: str, updater_id: int
762762
correlation_id,
763763
updater_id,
764764
attempt,
765-
_defer_by=timedelta(minutes=5),
765+
_defer_by=timedelta(seconds=10),
766766
)
767767

768768
if new_job:

0 commit comments

Comments
 (0)