Skip to content

Commit

Permalink
remove event batch processor from update script
Browse files Browse the repository at this point in the history
  • Loading branch information
matt--williams committed Dec 4, 2024
1 parent 2877963 commit 240d33a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .docker/config/glue_update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,8 @@ if [ "$update_status" -eq 1 ]; then
sleep 120
kubectl scale --replicas=2 deployment/edidb-enrollment-validator deployment/edidb-broker-updated-listener \
deployment/edidb-policy-id-list-listener deployment/edidb-enrollment-event-listener \
deployment/edidb-enrollment-event-handler \
deployment/edidb-enrollment-event-batch-processor
deployment/edidb-enrollment-event-handler
#deployment/edidb-enrollment-event-batch-processor
sleep 120
kubectl patch cronjobs edidb-glue-batch -p "{\"spec\" : {\"suspend\" : false }}"
kubectl rollout restart deployment edidb-$ENV_NAME
Expand Down

0 comments on commit 240d33a

Please sign in to comment.