Skip to content

Commit 52479ca

Browse files
authored
Merge pull request #32 from release-engineering/clearRetry
Remove redundant future retry [RHELDST-9679]
2 parents 19a45cc + cd35d73 commit 52479ca

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

fastpurge/_client.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,6 @@ def __executor(self):
173173
sync(name="fastpurge").\
174174
with_poll(self.__poll_purges).\
175175
with_throttle(count=self.MAX_REQUESTS).\
176-
with_retry().\
177176
with_cancel_on_shutdown()
178177
return self.___executor
179178

0 commit comments

Comments
 (0)