Worker is the php script who listen and consume event on the Jobatator queue.
see in .env.example
order.payed
:
- generate an html billing
- send a billing email to the customer
- send a discord webhook
order.shipped
:
- generate an html successful shipped email
- send a shipped email to the customer
test.email
:
- send the test email (only for testing purpose)
retrobox/worker