Deployment

Queues & Workers

Background jobs.

1 min read v1 API

QUEUE_CONNECTION=sync locally (jobs run inline). Production uses supervised queue:work. Registered jobs include MarkMessagesAsReadJob, SendFcmNotificationChunkJob.