Skip to content

Queues

Compare
Choose a tag to compare
@rajat1saxena rajat1saxena released this 24 May 11:09
· 246 commits to main since this release

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.