Async job processing
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.
Create API endpoint for job handler
Schedule jobs with sylphx.jobs.schedule()
Set up cron jobs for recurring tasks
Monitor jobs in the dashboard
Follow the quick start guide to set up this service.
Configure the service using environment variables or the dashboard.
Use your API key to authenticate requests to this service.
| Method | Description |
|---|---|
sylphx.jobs.schedule() | Schedule a one-time job |
sylphx.jobs.cron() | Create a recurring cron job |
sylphx.jobs.cancel() | Cancel a scheduled job |
Check out our complete documentation for in-depth guides and tutorials.
View full documentation