bugfix
This commit is contained in:
parent
ab16535041
commit
1a0b00e613
@ -539,7 +539,7 @@ where instance_id=${instance_id}$
|
||||
|
||||
async def task_error_callback(self, ne_id, errmsg):
|
||||
debug(f'task_error_callback():{ne_id=}, {errmsg=}')
|
||||
env = Server()
|
||||
env = ServerEnv()
|
||||
async with get_sor_context(env, 'dagflow') as sor:
|
||||
recs = await sor.R('node_execution', {'id': ne_id})
|
||||
if not recs:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user