Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2021-1-capstone-design1
/
RIT_Project1
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
1
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
박권수
2021-09-14 17:26:36 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
0fc0bca5b3d9ef9ac5361634ef8726f5aebd3016
0fc0bca5
1 parent
081a5ada
feat. batch system working start
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
server/src/util/Batch.js
server/src/util/Batch.js
0 → 100644
View file @
0fc0bca
//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'
);
\ No newline at end of file
Please
register
or
login
to post a comment