Skip to main content

3 docs tagged with "workers"

View All Tags

Job background workers

Job workers lets you schedule background worker functions as recurring cron jobs or as one-time runAt jobs. When a job event triggers, your function is called accordingly.

Queue API

Process jobs with async message queues and worker functions.

Queue workers

Queue workers enables async and persistent queues (MQ). Queue workers are a brilliant way of adding scalability and resilience to your application backend.