Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Condor324966y@davenall same here, no notifs about mentions but only about ++. Several people have mentioned me on various threads as well but if it wasn't for their ++, I wouldn't have noticed.
It's great to hear that the subscription notifs are fixed now though :D I was already wondering why none of my recent rants got any traction. -
dfox428266yThere was some queue backup after the increase in async jobs last night - everything should be caught up now.
-
@dfox I just got spammed with a ton of notifs from the last day or so.
So I guess everything works fine now. -
dfox428266y@davide yeah, from my comment above, one of the queues was backed up from this change.
-
Skayo88596yI think the server is on pretty high load right now haha.
My smartwatches vibrates nearly constantly due to all the push notifications!
send help
// edit
It stopped. -
davide24926yI take this opportunity to say that for weeks I was left without notifications ... Now everything works great. Great fix!
-
taigrr8796yHaha cool. I just got a ton of notifications all at once and then it's all normal now, thanks!
-
bjoer751776y@rEaL-jAsE https://en.wiktionary.org/wiki/...
It is real, and not a new word either. The meaning and usage has expanded over the years.
https://merriam-webster.com/diction... -
rant1ng45676yIt must be so satisfying to push out bug fix updates to a community of programmers lol
I love the description of the cause. You would never see that in an app to end users..
cool.
Related Rants
Hey everyone! Recently there was a bug discovered which caused many (but not all) “user x posted a new rant” subscription notifs (both in-app and push) to not get sent out for the last week or so. It should be fixed now. Unfortunately though, they won’t be backfilled, so make sure you take a look at your favorite ranters’ profiles since you might not have been notified about their most recent rants.
A big thanks to @gitpush for reporting the issue and thanks to @linuxxx for help testing/confirming the fix worked.
For the basic cause: when we overhauled/fixed push notifs on Android in the last build (about a week ago), we had to convert to FCM. When a “user posted rant” notification was getting sent out, the asynchronous worker would process all of the subscription notifs in a loop. So for users who have a lot of subscribers, somewhere in the loop, something was failing, likely having to do with the new FCM send method. This is now fixed and all push notifs in that worker are also done asynchronously.
Let me know if you have any questions and apologies for the loss of subscription notifs!
devrant
bugfix
bug