hasura / hasura/3factor-example
Preventing cloud event recursion
Open
- Dominant language
- JavaScript
- Stars
- 457
- Forks
- 42
- PR merge metrics
- No merged PRs in 30d
Description
Because the 3 factor pattern is inherently cyclic, you run the risk of inadvertently triggering a infinite event loop (DB -> Function -> DB ad infinitum). On auto scaling cloud services, that kind of bug can get costly real fast so I think its a significant risk of this pattern. Apart from budget alerts, are there recommended methods for avoiding this in a 3 factor apps?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.