Skip to content

Commit

Permalink
updating emails in update-config map for dev and test
Browse files Browse the repository at this point in the history
  • Loading branch information
SoLetsDev committed Oct 23, 2023
1 parent 04036af commit 145430e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/config/update-configmap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -214,12 +214,12 @@ SCHEDULED_JOBS_MARK_PROCESSED_BATCHES_ACTIVE_CRON="0 0/1 * * * *"
SCHEDULED_JOBS_PROCESS_LOADED_BATCHES_FOR_REPEATS_CRON="0 0/2 * * * *"

if [ "$envValue" = "dev" ]; then
PEN_COORDINATOR_EMAIL=aditya.sharma@gov.bc.ca
PEN_COORDINATOR_EMAIL=derek.so@gov.bc.ca
SOFT_DELETED_RETENTION_DAYS=2
fi

if [ "$envValue" = "test" ]; then
PEN_COORDINATOR_EMAIL=Gurvinder.J.Bhatia@gov.bc.ca
PEN_COORDINATOR_EMAIL=derek.so@gov.bc.ca
SOFT_DELETED_RETENTION_DAYS=2
fi
# when it will be time for go live the value of SCHEDULED_JOBS_EXTRACT_UNPROCESSED_PEN_WEB_BLOBS_CRON will be set to "0 0/10 18-23,00-05 * * *" so that it runs from 6PM to 6AM
Expand Down

0 comments on commit 145430e

Please sign in to comment.