Skip to content

Commit

Permalink
Merge pull request #32 from release-engineering/clearRetry
Browse files Browse the repository at this point in the history
Remove redundant future retry [RHELDST-9679]
  • Loading branch information
amcmahon-rh authored Mar 4, 2024
2 parents 19a45cc + cd35d73 commit 52479ca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fastpurge/_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,6 @@ def __executor(self):
sync(name="fastpurge").\
with_poll(self.__poll_purges).\
with_throttle(count=self.MAX_REQUESTS).\
with_retry().\
with_cancel_on_shutdown()
return self.___executor

Expand Down

0 comments on commit 52479ca

Please sign in to comment.