Skip to content

Commit

Permalink
Setting the correct launch for sms (#3350)
Browse files Browse the repository at this point in the history
Co-authored-by: Ben Larabie <[email protected]>
  • Loading branch information
ben851 and Ben Larabie authored Jan 16, 2025
1 parent 2784d92 commit a801d4b
Showing 1 changed file with 25 additions and 17 deletions.
42 changes: 25 additions & 17 deletions helmfile/charts/notify-celery/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,23 +47,7 @@ celerySecrets:
POSTGRES_HOST: MANIFEST_POSTGRES_HOST

nodes:
# BEAT CONFIGS
other-sms:
name: sms
newRelicAppName: "notification-celery-sms-dev"
scriptArg: "sh /app/scripts/run_celery_beat.sh"
deployment:
deploymentBeatEnabled: true
terminationGracePeriodSeconds: 60
nodeSelector:
eks.amazonaws.com/capacityType: ON_DEMAND
replicas: 3
pdb:
pdbEnabled: false
autoscaling:
hpaEnabled: false
service:
serviceEnabled: true
# CELERY BEAT
other-beat:
name: beat
newRelicAppName: "notification-celery-beat-dev"
Expand All @@ -81,6 +65,7 @@ nodes:
service:
serviceEnabled: true
# PRIMARY CONFIGS
# CELERY FOR CORE TASKS
primary-main:
name: primary
newRelicAppName: "notification-celery-main-primary-dev"
Expand All @@ -106,6 +91,7 @@ nodes:
hpaEnabled: false
service:
serviceEnabled: true
# CELERY FOR SENDING EMAILS
primary-email:
name: email-send-primary
newRelicAppName: "notification-celery-email-send-primary-dev"
Expand All @@ -131,6 +117,7 @@ nodes:
hpaEnabled: false
service:
serviceEnabled: true
# CELERY FOR SENDING NON-DEDICATED LONG CODE SMS
primary-sms:
name: sms-send-primary
newRelicAppName: "notification-celery-sms-send-primary-dev"
Expand All @@ -156,7 +143,25 @@ nodes:
hpaEnabled: false
service:
serviceEnabled: true
# CELERY FOR SENDING SMS OVER DEDICATED LONG CODE
other-sms:
name: sms
newRelicAppName: "notification-celery-sms-dev"
scriptArg: "sh /app/scripts/run_celery_sms.sh"
deployment:
deploymentBeatEnabled: true
terminationGracePeriodSeconds: 60
nodeSelector:
eks.amazonaws.com/capacityType: ON_DEMAND
replicas: 3
pdb:
pdbEnabled: false
autoscaling:
hpaEnabled: false
service:
serviceEnabled: true
# SCALABLE CONFIGS
# CELERY FOR CORE TASKS
scalable-main:
name: scalable
newRelicAppName: "notification-celery-main-scalable-dev"
Expand Down Expand Up @@ -187,6 +192,7 @@ nodes:
minAvailable: 2
service:
serviceEnabled: true
# CELERY FOR DELIVERY RECEIPTS
scalable-delivery:
name: delivery-scalable
newRelicAppName: "notification-celery-delivery-scalable-dev"
Expand Down Expand Up @@ -217,6 +223,7 @@ nodes:
minAvailable: 2
service:
serviceEnabled: true
# CELERY FOR SENDING EMAILS
scalable-email:
name: email-send-scalable
newRelicAppName: "notification-celery-email-send-scalable-dev"
Expand Down Expand Up @@ -247,6 +254,7 @@ nodes:
minAvailable: 2
service:
serviceEnabled: true
# CELERY FOR SENDING NON-DEDICATED LONG CODE SMS
scalable-sms:
name: sms-send-scalable
newRelicAppName: "notification-celery-sms-send-scalable-dev"
Expand Down

0 comments on commit a801d4b

Please sign in to comment.