mirror of
https://github.com/labring/FastGPT.git
synced 2025-12-30 09:12:47 +00:00
log
This commit is contained in:
parent
69ff65973f
commit
e9681c8ed5
|
|
@ -322,7 +322,7 @@ export async function dispatchWorkFlow(data: Props): Promise<DispatchFlowRespons
|
|||
// Thread avoidance
|
||||
await surrenderProcess();
|
||||
|
||||
addLog.debug(`Run node`, { maxRunTimes: props.maxRunTimes, uid: user._id });
|
||||
addLog.debug(`Run node`, { maxRunTimes: props.maxRunTimes, appId: props.runningAppInfo.id });
|
||||
|
||||
// Get node run status by edges
|
||||
const status = checkNodeRunStatus({
|
||||
|
|
|
|||
Loading…
Reference in New Issue