- Migrations: large one-time imports or schema changes.
- Scheduled queries: recurring operations that run on a schedule over a filtered set of records or conversations.
How it works
Jobs run in the background so they don’t block your work. If a job fails, Custral automatically retries it a few times before giving up; persistent failures are surfaced on the Jobs screen for you to inspect or re-run.What runs as a job
- A workflow run.
- A sequence step.
- An import or one-off bulk operation.
- A scheduled query or recurring task.
- Periodic refreshes of data pulled from connected apps (e.g. GitHub pull request status).