Fix scheduled task page delivery unlock and notification links.
Memind CI / Test, build, and release guards (push) Failing after 5s
Memind CI / Test, build, and release guards (push) Failing after 5s
Finalize page delivery contracts after worker execution, fetch session messages via tkmindProxy, and append public page URLs to WeChat notifications. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -11,6 +11,8 @@ export function startScheduledTaskWorker({
|
||||
tkmindProxy = null,
|
||||
sessionSnapshotService = null,
|
||||
notificationDispatcher = null,
|
||||
pool = null,
|
||||
h5Root = null,
|
||||
logger = console,
|
||||
intervalMs = Number(process.env.H5_SCHEDULED_TASK_SCAN_INTERVAL_MS ?? 30_000),
|
||||
maxAttempts = Number(process.env.H5_SCHEDULED_TASK_MAX_ATTEMPTS ?? 3),
|
||||
@@ -70,6 +72,8 @@ export function startScheduledTaskWorker({
|
||||
userAuth,
|
||||
tkmindProxy,
|
||||
sessionSnapshotService,
|
||||
pool,
|
||||
h5Root,
|
||||
timeoutMs: executionTimeoutMs,
|
||||
logger,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user