Skip to content

Commit

Permalink
chore(similarity): Add re-queue for backfill task when worker is kill…
Browse files Browse the repository at this point in the history
…ed (#74771)

Add reject_on_worker_lost flag to re-queue the 
message if the worker is killed
  • Loading branch information
jangjodi authored Jul 23, 2024
1 parent 568c329 commit 2f0a938
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
soft_time_limit=60 * 15,
time_limit=60 * 15 + 5,
acks_late=True,
reject_on_worker_lost=True,
)
def backfill_seer_grouping_records_for_project(
current_project_id: int,
Expand Down

0 comments on commit 2f0a938

Please sign in to comment.