-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Abhinav Sinha
committed
May 12, 2021
1 parent
6eb455a
commit d8c2bf6
Showing
3 changed files
with
22 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
const SCHEDULE = '0 15 * * * *'; | ||
const SCHEDULE = '0 5 * * * *'; | ||
const DATE_RANGE = 7; | ||
const DATE_FORMAT = 'DD-MM-YYYY'; | ||
const DELAY = 60000; | ||
|
||
module.exports = { SCHEDULE, DATE_RANGE, DATE_FORMAT }; | ||
module.exports = { SCHEDULE, DATE_RANGE, DATE_FORMAT, DELAY }; |