Background Jobs

Auto retries

Async job processing

Passthrough

Reliable background job processing for serverless environments. Schedule one-time or recurring tasks, process webhook payloads asynchronously, and run cron jobs with automatic retries and exponential backoff.

Overview
Pricing
Usage
Docs
Examples

Quick Start

1

Create API endpoint for job handler

2

Schedule jobs with sylphx.jobs.schedule()

3

Set up cron jobs for recurring tasks

4

Monitor jobs in the dashboard

Documentation

Key Concepts

Getting Started

Follow the quick start guide to set up this service.

Configuration

Configure the service using environment variables or the dashboard.

API Keys

Use your API key to authenticate requests to this service.

SDK Methods

MethodDescription
sylphx.jobs.schedule()Schedule a one-time job
sylphx.jobs.cron()Create a recurring cron job
sylphx.jobs.cancel()Cancel a scheduled job

Need more details?

Check out our complete documentation for in-depth guides and tutorials.

View full documentation