Do badges get calculated in real time, or do they get calculated by an external service? How long does it take for a badge to be awarded, once its requirements are met?

Does Stack Overflow use any external services to do things, like maintenance, e-mailing or badge calculation?

Return to FAQ Index

share|improve this question

2 Answers

A scheduled job; there are a number of scheduled tasks at different intervals (every few (5?) minutes; hourly; daily etc) that do a range of things.

I'm not sure how much detail I should go into though...

Many of the badges are on the "every few minutes" loop... if you really want to know, it took 16416ms on the last cycle ;-p

General rule: Wait at least 24 hours. If you haven't gotten it by then, you probably didn't meet the criteria for the badge. Try checking the List of all badges with full descriptions.

share|improve this answer
Out of curiosity: Scheduled tasks as in an external executable or as a stored procedure? – John the Seagull Jul 2 '09 at 9:03
I honestly don't know; I have access to the logs, but I don't know how it is implemented. – Marc Gravell Jul 2 '09 at 9:11
I'd like to see some numbers, i.e. how often is the Announcer badge calculated? – cweiske May 27 '11 at 13:23
1  
@Marc three years have passed, if there were any changes can you please update this answer, being an official faq? – Sha Wiz Dow Ard Jul 26 '12 at 9:04
@ShaWizDowArd I'm just not sure what value that would provide...? – Marc Gravell Jul 26 '12 at 9:39
@Marc Up-to-date faq that's all. – Sha Wiz Dow Ard Jul 26 '12 at 10:24

The tag-based badges (these) are calculated on a daily basis at 3am PST. (Yes, I actually know this)

I believe the rest, or at least the vast majority of the rest, are run on a 5ish minute interval.

share|improve this answer

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged