Queues will work, but I’d personally use Workflows (in beta, as a note): https://developers.cloudfla

Queues will work, but I’d personally use Workflows (in beta, as a note): https://developers.cloudflare.com/workflows/
  • you can presumably have a workflow per retailer or product or w/e and just kick off the Workflows from a Worker Cron or something
Cloudflare Docs
Workflows is a durable execution engine built on Cloudflare Workers. Workflows allow you to build multi-step applications that can automatically retry, persist state and run for minutes, hours, days, or weeks. Workflows introduces a programming model that makes it easier to build reliable, long-running tasks, observe as they progress, and progra...
Was this page helpful?