Skip to content

Commit

Permalink
remove from inventory.ini, terraform.yml and app-process.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pvisweswar committed Sep 1, 2023
1 parent 493c446 commit 7ecea47
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 14 deletions.
1 change: 0 additions & 1 deletion environments/production/app-processes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ management_commands:
pillow_a2000:
run_pillow_retry_queue:
celery_processes:
celery_c2000: {}
celery_a2000,celery_a2001,celery_b2000,celery_b2001:
analytics_queue:
pooling: gevent
Expand Down
3 changes: 0 additions & 3 deletions environments/production/inventory.ini.j2
Original file line number Diff line number Diff line change
Expand Up @@ -139,13 +139,10 @@ kafka_c1

{{ __celery_b2__ }}

{{ __celery_c2000__ }}

[celery:children]
celerybeat_a0
celery_a2
celery_b2
celery_c2000

[celery:vars]
swap_size=2G
Expand Down
10 changes: 0 additions & 10 deletions environments/production/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -237,16 +237,6 @@ servers:
os: jammy
count: 2

# celery beat machine (singleton)
- server_name: "celery_c2000-production"
server_instance_type: r6a.xlarge
network_tier: "app-private"
az: "c"
volume_size: 83
volume_encrypted: yes
group: "celery"
os: jammy

- server_name: "pillow_a2{i}-production"
server_instance_type: r6a.4xlarge
network_tier: "app-private"
Expand Down

0 comments on commit 7ecea47

Please sign in to comment.