vsivsi/meteor-job-collection

this.unblock(); on Meteor.methods

Open

#128 opened on 2015年11月13日

GitHub で見る
 (5 comments) (0 reactions) (0 assignees)CoffeeScript (68 forks)batch import
enhancementhelp wanted

Repository metrics

Stars
 (389 stars)
PR merge metrics
 (30d に merged PR はありません)

説明

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

コントリビューターガイド