Skip to content

Commit

Permalink
Move cron file
Browse files Browse the repository at this point in the history
  • Loading branch information
jurkian committed Jul 23, 2021
1 parent 91eb966 commit 3b6aad4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 21 deletions.
7 changes: 7 additions & 0 deletions api/config/functions/cron.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
'use strict';

module.exports = {
// At H:30 every 12 hours
// '30 */12 * * *': generateStats
// '* * * * *': generateStats
};
21 changes: 0 additions & 21 deletions config/functions/cron.js

This file was deleted.

0 comments on commit 3b6aad4

Please sign in to comment.