vsivsi/meteor-job-collection

this.unblock(); on Meteor.methods

Open

#128 建立於 2015年11月13日

在 GitHub 查看
 (5 留言) (0 反應) (0 負責人)CoffeeScript (389 star) (68 fork)batch import
enhancementhelp wanted

描述

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

貢獻者指南

this.unblock(); on Meteor.methods · vsivsi/meteor-job-collection#128 | Good First Issue