We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea9c9c1 commit 9af4683Copy full SHA for 9af4683
django_lightweight_queue/cron_scheduler.py
@@ -58,7 +58,7 @@ def run(self) -> None:
58
# carries on running. Otherwise a single network error talking
59
# to a backend can result in the cron scheduler dying until a
60
# human notices that things aren't running.
61
- self.logger.exception()
+ self.logger.exception("Error during tick")
62
63
# Sleep until the next second boundary. This corrects for skew
64
# caused by the accumulation of tick() runtime.
0 commit comments