ausocean / cloud

GNU General Public License v3.0
1 stars 1 forks source link

TV: configurable retries allowed before disabling broadcast #144

Open ao-david opened 1 week ago

ao-david commented 1 week ago

Currently the onFailureClosure will allow 3 failures to happen (soon to include instant fail #123). This should be more configurable based on the severity of the failure, or the type of failure. All failures are currently treated the same, and will increment the failure counter.

It is proposed to have a severity argument which may have a higher weighting when incrementing the counter, or fail immediately.

scruzin commented 6 days ago

Is it worth having different failure counters for different types of failures?