cd21f9b0e2
In some instances the retry mechanism would get into a busy loop. That's due to the fact that we would fetch some non-retriable notifications but not act on them. This commit fixes the issue by filtering them from the database query and making sure that we at least wait 1 second. |
||
---|---|---|
.. | ||
migrations | ||
client.go | ||
client_test.go | ||
persistence.go | ||
persistence_test.go |