jsha / blocktogether

Share your blocks and subscribe to others'
GNU General Public License v3.0
330 stars 68 forks source link

Remote-ize Actions #132

Open jsha opened 9 years ago

jsha commented 9 years ago

Similarly to how update-blocks now handles all block update requests, create an RPC service to process actions for a certain user on demand. Blocktogether.js and stream.js both enqueue actions, which triggers an immediate Actions processing run for the affected user. But this may be expensive, and should be attributed to the right process.