dev.profunktor.fs2rabbit.resiliency
It provides a resilient run method for an effectful fs2.Stream that will run forever with automatic error recovery.
fs2.Stream
In case of failure, the entire stream will be restarted after the specified retry time with an exponential backoff.
By default the program will be restarted in 5 seconds, then 10, then 15, etc.
ResilientStreamSpec for more.
It provides a resilient run method for an effectful
fs2.Stream
that will run forever with automatic error recovery.In case of failure, the entire stream will be restarted after the specified retry time with an exponential backoff.
By default the program will be restarted in 5 seconds, then 10, then 15, etc.
ResilientStreamSpec for more.