Skip to content

Commit 0b9cd5b

Browse files
authored
Remove a done TODO in monitoring database work (#3930)
This TODO was introduced in #1808 in the same PR that actually did what the TODO was for - it was leftover from development work. ## Type of change - Update to human readable text: Documentation/error messages/comments
1 parent 0e5d196 commit 0b9cd5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

parsl/monitoring/db_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ def start(self,
509509
msg['task_status_name'] = States.running.name
510510
msg['task_try_time_running'] = msg['timestamp']
511511

512-
if task_try_id in inserted_tries: # TODO: needs to become task_id and try_id, and check against inserted_tries
512+
if task_try_id in inserted_tries:
513513
reprocessable_first_resource_messages.append(msg)
514514
else:
515515
if task_try_id in deferred_resource_messages:

0 commit comments

Comments
 (0)