ReletRelet Docs

Automation and Cron

Operate scheduled workflows with predictable execution and safe retry behavior.

Automation workflows drive reminders, follow-ups, and asynchronous operational tasks. Schedule design must prevent duplicate side effects.

Automation goals

These goals define safe scheduled execution.

  1. Jobs run at the intended cadence with clear ownership.
  2. Duplicate execution does not create duplicate customer impact.
  3. Failures are visible quickly and recoverable with documented steps.

Scheduled job workflow

Use this process for scheduled workflow operations.

Define cadence, job owner, and operational purpose.
Validate prerequisite dependencies before enabling schedule.
Monitor success, backlog trends, and repeated failure patterns.
Document and rehearse retry and manual recovery actions.

Operational safety controls

Use these controls to prevent automation incidents.

  1. Avoid overlapping schedules for the same logical job scope.
  2. Apply idempotency where repeated execution is possible.
  3. Alert on backlog growth and repeated retries.
  4. Use controlled rollout for new or changed schedules.

Duplication risk

Overlapping schedule windows can create duplicate notifications, repeated state changes, and reconciliation noise.

Next steps

  1. Pair automation checks with Admin monitoring.
  2. Align callback assumptions with Webhook callbacks.
  3. Use Troubleshooting for recurring failures.

Last updated on

On this page