Skip to content

Commit

Permalink
fix: phone call retry
Browse files Browse the repository at this point in the history
  • Loading branch information
okradze committed Jan 8, 2024
1 parent 6608985 commit 4a4b97c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions apps/worker/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,6 @@ def register_campaign_phone_call_tasks():

@app.task(
name="make-phone-call",
autoretry_for=(Exception,),
retry_backoff=2,
max_retries=5,
queue="phone_call_queue",
)
def make_phone_call(campaign_id: str, contact_id: str, account_id: str):
Expand Down

0 comments on commit 4a4b97c

Please sign in to comment.