mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-16 01:21:31 +00:00
fix(cron): restore isolated delivery defaults
This commit is contained in:
parent
8a469a12b2
commit
4e07bdbdfd
7 changed files with 342 additions and 11 deletions
|
|
@ -288,6 +288,9 @@ export async function runServiceRestart(params: {
|
|||
cfg,
|
||||
env: process.env,
|
||||
modeOverride: "local",
|
||||
// Drift checks should compare the persisted gateway token against the
|
||||
// service token, not let an exported shell env mask config drift.
|
||||
localTokenPrecedence: "config-first",
|
||||
}).token;
|
||||
const driftIssue = checkTokenDrift({ serviceToken, configToken });
|
||||
if (driftIssue) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue