Run
#
APIIn your remote environments, you will have two kind of instances:
- A GraphQL API.
- A consumer of messages from Redis (emails and asynchronous tasks).
For instance, if you use Docker Compose:
docker-compose.yml
The API being stateless, you may also scale it without worries.