nshki / naisho

Send personal data deletion request emails to hundreds of data brokers at once.
https://naisho.app
MIT License
17 stars 0 forks source link

Dead jobs piling up #22

Open nshki opened 4 days ago

nshki commented 4 days ago

After checking the LiteJob queue in production, I noticed there are quite a few dead jobs which correspond to rate limiting from various email providers. We need to tweak the ActiveJob retry interval and count so that we don't end up with dead jobs. Also need to make sure the dead jobs get actually processed.