Skip to content

Commit 6d91614

Browse files
authored
Adding exception log to queue dockerflow check (#973)
1 parent 97fe328 commit 6d91614

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jbi/queue.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,7 @@ def ready(self) -> list[dockerflow.checks.CheckMessage]:
246246
for items in bugs_items.values():
247247
asyncio.run(async_iter(items))
248248
except Exception as exc:
249+
logger.exception(exc)
249250
results.append(
250251
dockerflow.checks.Error(
251252
f"queue with {str(self.backend)} cannot be retrieved",

0 commit comments

Comments
 (0)