Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 598 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 598 Bytes

Worker

Worker is the php script who listen and consume event on the Jobatator queue.

CircleCI

Env vars

see in .env.example

Events

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)

Docker image

retrobox/worker