vsivsi/meteor-job-collection

this.unblock(); on Meteor.methods

Open

#128 ouverte le 13 nov. 2015

Voir sur GitHub
 (5 commentaires) (0 réactions) (0 assignés)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

Guide contributeur