mirror of
https://github.com/status-im/status-go.git
synced 2025-01-09 22:26:30 +00:00
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.