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 57b7673 commit a79dd9dCopy full SHA for a79dd9d
durabletask/worker.py
@@ -1411,7 +1411,7 @@ def process_event(
1411
timer_id = event.timerFired.timerId
1412
timer_task = ctx._pending_tasks.pop(timer_id, None)
1413
if not timer_task:
1414
- # TODO: Should this be an error? would it ever happen?
+ # TODO: Should this be an error? When would it ever happen?
1415
if not ctx._is_replaying:
1416
self._logger.warning(
1417
f"{ctx.instance_id}: Ignoring unexpected timerFired event with ID = {timer_id}."
0 commit comments