vsivsi/meteor-job-collection

this.unblock(); on Meteor.methods

Open

#128 opened on Nov 13, 2015

View on GitHub
 (5 comments) (0 reactions) (0 assignees)CoffeeScript (389 stars) (68 forks)batch import
enhancementhelp wanted

Description

Maybe it would be great to use this.unblock(); on some ddp methods so other methods don't need to wait for the finish. Very useful if you have jobs which repeats every few seconds, so "wait time" builds over ddp. More about that here: https://kadira.io/academy/meteor-performance-101/content/managing-waittime

Contributor guide