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 5386854 commit 3768746Copy full SHA for 3768746
src/task_processor/threads.py
@@ -116,8 +116,6 @@ def run_iteration(self) -> None:
116
# To prevent task threads from dying if they get an error retrieving the tasks from the
117
# database this will allow the thread to continue trying to retrieve tasks if it can
118
# successfully re-establish a connection to the database.
119
- # TODO: is this also what is causing tasks to get stuck as locked? Can we unlock
120
- # tasks here?
121
exception_repr = f"{exception.__class__.__module__}.{repr(exception)}"
122
logger.error(
123
f"Error handling tasks from database '{database}': {exception_repr}",
0 commit comments