The first Job Queue as a Service...service

  • Send emails & notifications
  • Check for heartbeat
  • Image processing
  • Data transformations
  • PDF generation
  • Anything else you want to do later!

Background job processing for the Jamstack

Repeater does one thing really well:
calls an HTTP endpoint at a specific time and records the result.

GraphQL Interface

You create, update and check the status of jobs, view the results of successful and failed runs, and introspect actively running jobs, all using GraphQL, along with the results of each run.

One-time or Recurring Jobs

Jobs can be scheduled to run once at a given time, or on a recurring basis on a period you specify: once an hour, twice a day, once a month, or anything inbetween.

Error Handling

When a job fails the response is recorded and you can choose to retry the job on a backoff schedule or ignore failures and continue with the next scheduled run.

Ready to do stuff later?