Skip to content

Commit

Permalink
Update the grant and grantee job (#331)
Browse files Browse the repository at this point in the history
* Debug logger

* Move the run time from midnight to 4am
  • Loading branch information
kryswisnaskas authored Jun 14, 2021
1 parent 8be8e96 commit 0e4fa94
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ parameters:
default: "main"
type: string
sandbox_git_branch: # change to feature branch to test deployment
default: "AL-MB-Fix-Sequelize-Join-Issue"
default: "kw-adjust-grantee-job"
type: string
prod_new_relic_app_id:
default: "877570491"
Expand Down
4 changes: 2 additions & 2 deletions src/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@ if (process.env.NODE_ENV === 'production') {
}

// Set timing parameters.
// Run at midnight
const schedule = '0 0 * * *';
// Run at 4 am ET
const schedule = '0 4 * * *';
const timezone = 'America/New_York';

const runJob = () => {
Expand Down

0 comments on commit 0e4fa94

Please sign in to comment.