Queues
This release introduces a fundamental micro service called Queue, which can be used to perform background tasks like sending mails etc.
The Queue micro-service can send mails as of now.
In order to use the new service, set QUEUE_SERVER
environment variable with the URL of the Queue service. Make sure, your queue service is up and reachable before launching the app.