You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 28, 2023. It is now read-only.
Unintentional downtime occurred when all of our ECS https tasks got placed onto data import instances while the import instances were running. When those instances were all forcibly killed because the import jobs were done, the HTTPS API tasks serving the public API also got killed.
We could address this in two ways. We could maintain a separate ECS cluster for the data import tasks. Or, we could add task placement constraints on the HTTPS tasks so that they're only placed on the smaller instances that are a permanent part of the current ECS cluster.
The text was updated successfully, but these errors were encountered:
Unintentional downtime occurred when all of our ECS https tasks got placed onto data import instances while the import instances were running. When those instances were all forcibly killed because the import jobs were done, the HTTPS API tasks serving the public API also got killed.
We could address this in two ways. We could maintain a separate ECS cluster for the data import tasks. Or, we could add task placement constraints on the HTTPS tasks so that they're only placed on the smaller instances that are a permanent part of the current ECS cluster.
The text was updated successfully, but these errors were encountered: