Skip to content

Commit

Permalink
fix conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavomm19 committed Nov 10, 2023
1 parent 4cffc2c commit 454d0de
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions breathecode/authenticate/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,6 @@
logger = logging.getLogger(__name__)


class BaseTaskWithRetry(Task):
autoretry_for = (Exception, )
# seconds
retry_kwargs = {'max_retries': 5, 'countdown': 60 * 5}
retry_backoff = True


@task(bind=True)
def async_validate_email_invite(self, invite_id):
logger.debug(f'Validating email for invite {invite_id}')
Expand Down

0 comments on commit 454d0de

Please sign in to comment.