hasura / hasura/3factor-example

Preventing cloud event recursion

Open
#29 4 comments 3 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.