Batch.js 321 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 //toDO : Batch System /** * 21/09/14 * Author : 박권수 * 배치 시스템 * 1) 매년 지나면 프로필의 Age를 +1 * 2) Dosage에 따라, Push Notification 발송 */ const cron = require('node-cron'); const Profile = require('../models/profile'); const BottleMedicine = require('../models/bottleMedicine');