Skip to content

Optional Queue

For some message types, it's possible to send notifications via the job queue. This is the recommended behavior for most cases, however, you can always circumvent the queue and send messages immediately.

Exceptions

When using the queue, a message will be:

  1. compiled when the event is triggered,
  2. queued for delivery, and finally
  3. sent once the queue job is run.