blocktogether
blocktogether copied to clipboard
Continuous actions
Right now actions.js runs in batches every 3 minutes, which means a maximum rate of 100 actions per user per 3 minutes. It would be better to start the next batch for a given user as soon as the previous batch finishes. We would keep an array of users needing actions performed in the same way that stream.js keeps an array of users needing to have active streams.