Collected sources and patterns will appear here. Add from search, explore, or the patterns library.
FailedRequest -> PersistedQueue
Intercept failed network write actions during offline periods, persist them in a local task database, and execute them sequentially once network connectivity is restored.
Problem it solves
Temporary network drops result in failed user actions and lost messages.
Consumes
Emits
The real projects this mechanism was found in. Attribution is the point — this is how the best teams actually do it.