Skip to content

ALL-ERRO0001 · examples

These examples come directly from ALL-ERRO0001. Read their source.

try:
deliver(message)
except TimeoutError:
pass
try:
deliver(message)
except TimeoutError:
logger.warning("delivery timed out, queued for retry", extra=message.trace())
queue.retry(message)