mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-08 07:41:08 +00:00
fix: relax to guard so implicit-recipient jobs also get failure notifications
This commit is contained in:
@@ -483,7 +483,7 @@ export function buildGatewayCronService(params: {
|
||||
} else {
|
||||
// No explicit failureDestination — fall back to primary delivery channel (#60608)
|
||||
const primaryPlan = resolveCronDeliveryPlan(job);
|
||||
if (primaryPlan.mode === "announce" && primaryPlan.requested && primaryPlan.to) {
|
||||
if (primaryPlan.mode === "announce" && primaryPlan.requested) {
|
||||
const { agentId, cfg: runtimeConfig } = resolveCronAgent(job.agentId);
|
||||
void sendFailureNotificationAnnounce(
|
||||
params.deps,
|
||||
|
||||
Reference in New Issue
Block a user