Skip to content

Commit 3768746

Browse files
committed
Delete obsolete comment
Requested in #68 (comment)
1 parent 5386854 commit 3768746

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/task_processor/threads.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,6 @@ def run_iteration(self) -> None:
116116
# To prevent task threads from dying if they get an error retrieving the tasks from the
117117
# database this will allow the thread to continue trying to retrieve tasks if it can
118118
# 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?
121119
exception_repr = f"{exception.__class__.__module__}.{repr(exception)}"
122120
logger.error(
123121
f"Error handling tasks from database '{database}': {exception_repr}",

0 commit comments

Comments
 (0)