main: Implement exponential backoff in the feed fetcher loop
Backoff with an exponentially increasing delay when feeds can't be fetched or parsed, with a maximum of 6h (after which retry every 6h)
This commit is contained in:
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -1295,7 +1295,7 @@ checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
|
||||
|
||||
[[package]]
|
||||
name = "matrix-feedbot"
|
||||
version = "0.1.2"
|
||||
version = "0.1.4"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"chrono",
|
||||
|
Reference in New Issue
Block a user