Skip to content
Snippets Groups Projects

Retry email bootstep on reset connection

Merged Patrick Godwin requested to merge patrick.godwin/gwcelery:email_bootstep_reset into main
All threads resolved!
2 files
+ 4
0
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -73,6 +73,8 @@ class Receiver(EmailBootStep):
conn.idle_done()
except IMAPClientAbortError:
log.exception('IMAP connection aborted')
except ConnectionResetError:
log.exception('IMAP connection reset')
def start(self, consumer):
super().start(consumer)
Loading