mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-25 22:53:53 +00:00
log
This commit is contained in:
@@ -322,7 +322,7 @@ export async function dispatchWorkFlow(data: Props): Promise<DispatchFlowRespons
|
|||||||
// Thread avoidance
|
// Thread avoidance
|
||||||
await surrenderProcess();
|
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
|
// Get node run status by edges
|
||||||
const status = checkNodeRunStatus({
|
const status = checkNodeRunStatus({
|
||||||
|
Reference in New Issue
Block a user