Skip to content
This repository has been archived by the owner on May 29, 2020. It is now read-only.

Use a queue to send SMS #96

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open

Conversation

Nainterceptor
Copy link
Collaborator

Checklist

  • I've added a mention in CHANGELOG.md

@@ -14,6 +14,7 @@ nameOverride: ""
fullnameOverride: ""
env:
REDIS: e-chauffeur-redis
AMQP: rabbitmq.e-chauffeur
Copy link

@Scttpr Scttpr Dec 19, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

RabbitMQ and not AMQP ?

}
container.on('message', async ({ message: { body: { body, to } } }) => {
if (!body || !to) {
return;
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You don't log anything here ?


const amqp = config.get('amqp');
if (!amqp) {
return;
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You don't log anything here ?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants