[~] Refactor

This commit is contained in:
Siarhei Siniak 2024-07-07 11:51:53 +03:00
parent b240d598cb
commit ea54ef5828

@ -417,9 +417,6 @@ def process_graph(
node_id = 0 node_id = 0
def wait_task() -> bool: def wait_task() -> bool:
import ipdb
ipdb.set_trace()
task_id = active_queue.popleft() task_id = active_queue.popleft()
task = celery.result.AsyncResult(task_id) task = celery.result.AsyncResult(task_id)