blocktogether icon indicating copy to clipboard operation
blocktogether copied to clipboard

Continuous actions

Open jsha opened this issue 10 years ago • 0 comments

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.

jsha avatar Jan 18 '15 06:01 jsha