1. Cursor-based sync timeout
A scheduled job syncs records from Service A to Service B. The source API uses cursor pagination. Timeout and retry cause duplicates and missed records.
Try this demoThese examples let prospects test the report style without exposing private production systems.
A scheduled job syncs records from Service A to Service B. The source API uses cursor pagination. Timeout and retry cause duplicates and missed records.
Try this demoA queue worker writes invoice rows, updates balances, and sends emails. Retry after a partial failure sometimes charges twice or sends duplicate emails.
Try this demoA CSV import resumes from the last processed line number. Each line can create several related rows. Partial line failure leaves inconsistent data.
Try this demoA signup workflow creates accounts, billing profiles, permissions, CRM records, and welcome messages. Timeout leaves users partially onboarded.
Try this demoA good demo input has a workflow, a failure mode, at least one cycle, and some uncertainty about state, retries, handoffs, or side effects.