Skip to content

Commit e60c8b5

Browse files
committed
Increase quantity of web dynos to 3
1 parent b4bed84 commit e60c8b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/api.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ module "api" {
1717
heroku_cloudamqp_plan = "squirrel-1"
1818
heroku_papertrail_plan = "liatorp"
1919

20-
heroku_web_dyno_quantity = 1
20+
heroku_web_dyno_quantity = 3
2121
heroku_worker_dyno_quantity = 1
2222

2323
django_default_from_email = "admin@api.dandiarchive.org"

0 commit comments

Comments
 (0)