Skip to content

Examples

Self-contained, task-oriented integration examples — prose plus runnable code you can copy and adapt.

  • Standard mode queue — the simplest way to process jobs: SimpleQ delivers each job to your webhook, your handler does the work and returns 2xx. Reference workers in Node, Python, Go, Java, PHP, and C#/.NET.
  • Generic ack worker — the ack / nack / defer protocol with no downstream provider SDK. The shortest path to a working ack-mode worker. Reference workers in Node, Python, Go, Java, PHP, and C#/.NET.
  • Anthropic queue — pre-configured queue + reference worker for Claude API jobs, with Retry-After relay and 529 overload handling. Reference workers in Express, Nest.js, and FastAPI (Python).
  • OpenAI queue — pre-configured queue + reference worker for OpenAI API jobs, with Retry-After relay and rate-limit handling. Reference workers in Express, Nest.js, and FastAPI (Python).