feat: add external agent run worker entry
This commit is contained in:
@@ -572,6 +572,9 @@ async function bootstrapUserAuth() {
|
||||
pool,
|
||||
userAuth,
|
||||
tkmindProxy,
|
||||
autoDispatch: ['1', 'true', 'yes', 'on'].includes(
|
||||
String(process.env.MEMIND_AGENT_RUN_AUTODISPATCH ?? '1').trim().toLowerCase(),
|
||||
),
|
||||
maxConcurrentRuns: Number(process.env.MEMIND_AGENT_RUN_QUEUE_CONCURRENCY ?? 1),
|
||||
runTimeoutMs: Number(process.env.MEMIND_AGENT_RUN_TIMEOUT_MS ?? 15 * 60 * 1000),
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user