Skip to content

In sync: wait longer, if 429 (Too Many Requests)

Sonja Heinze requested to merge pitag/fractal:fix-too-many-sync-requests into master

Maybe related to #219 (closed)

Before, Fractal would always wait for 10 seconds when the sync request failed. With this commit, the time Fractal waits before the next request increases exponentially, if the error is a 429 (Too Many Requests) error.

Merge request reports