Skip to content

Commit

Permalink
env variable change
Browse files Browse the repository at this point in the history
  • Loading branch information
hannah-macdonald1 committed Feb 1, 2024
1 parent e7c3405 commit 92c8e9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion containers/db_cleanup/cleanup.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const pg = require('knex')({
connection: {
host: process.env.DB_HOST,
port: process.env.DB_PORT,
user: process.env.DB_USERNAME,
user: process.env.DB_USER,
database: process.env.DB_NAME,
password: process.env.DB_PASSWORD,
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ objects:
spec:
# schedule: "30 2 * * SUN"
# Different schedule for test purposes
schedule: "*/10 * * * *"
schedule: "*/5 * * * *"
startingDeadlineSeconds: 200
concurrencyPolicy: Forbid
successfulJobsHistoryLimit: 3
Expand Down

0 comments on commit 92c8e9a

Please sign in to comment.