-
Notifications
You must be signed in to change notification settings - Fork 308
Trending teams #3939
Comments
I meant these two could be part of those sort, but the sorting thing will probably be on the homepage. |
How often would the "trending" calculator run? I assume we have other processes that run on a schedule, could this be rolled in to recalculate a database value for |
FYI we do have some cron-ish infrastructure. |
We might also consider migrating cron-ish work out of the web app and over to @gratipay-bot. |
Out of curiosity, why? |
Because it's hackish to have async tasks running in a thread in the main web app server. It makes it complicated to scale beyond one webserver, because one generally wants to scale async workers separately from web workers. |
Ahh, that makes sense. So @gratipay-bot could do its thing over multiple servers if needed, whereas crontab would need to be mirrored to each machine. |
Inspiration at http://github.com/explore: |
Could calculate and display teams that are showing the most growth in either number of givers or amount being received. Stats page or part of a more general "find teams" system (#3127, #3938, etc.).
The text was updated successfully, but these errors were encountered: