firebase cron:使用firebase存储和运行cron作业 源码
火力基地 使用firebase存储和运行cron作业。 安装 使用安装: $ npm install --save firebase-cron 用法 var Cron = require ( 'firebase-cron' ) ; API Cron主类,用于创建新实例来管理cron作业。 参数 ref {对象}:一个的实例指向的根引用。 queue {对象}:一个的实例refernece指向。 options {Object} :用于指定cron作业的存储位置的选项。 options.endpoint {String} :相对于存储cron作业的ref特定端点(默认为jobs )。
用户评论