mirror of
https://github.com/exo-explore/exo.git
synced 2026-02-05 03:33:30 -05:00
Compare commits
1 Commits
alexcheema
...
skip-repea
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7317c87458 |
@@ -120,7 +120,7 @@ def main(
|
||||
with task_receiver as tasks:
|
||||
for task in tasks:
|
||||
if task.task_id in seen:
|
||||
logger.warning("repeat task - potential error")
|
||||
continue
|
||||
seen.add(task.task_id)
|
||||
event_sender.send(
|
||||
TaskStatusUpdated(task_id=task.task_id, task_status=TaskStatus.Running)
|
||||
|
||||
Reference in New Issue
Block a user