Skip to content

preventing sw process change from exploding

Andreas Pittrich requested to merge sw-fix-too-many-retries-on-fail into main

When the webpush fails from the service worker it gets scheduled for retry. The retry queue wasn't cleaned up properly so retries, kept stacking and causing thousands of error messages.

Merge request reports

Loading