flowchart TD
A(Feegow) -->|eventEmitter| B[MS Events API]
B --> C[(fa:fa-list<br>Events<br>queue)]
D[MS Events Worker] <--> C
D -->|get subscribers| E{Have subscribers?<br><small>Feegow API</small>} -->|yes| D
D --> F[(fa:fa-list<br>Webhooks<br>queue)] <--> G[MS Events Sender]
G --> H[fa:fa-server App A]
G --> I[fa:fa-calendar App B]
G --> J[fa:fa-earth App C]
G --> L[fa:fa-user-doctor App D]
Last active
June 12, 2024 13:33
-
-
Save douglasgsouza/891c9be35d42e96b2122faa720f93c56 to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment