web icon indicating copy to clipboard operation
web copied to clipboard

Review task definition for production

Open nutrina opened this issue 2 years ago • 1 comments

Review this task definition in pulumi:

const task = new awsx.ecs.FargateTaskDefinition("task", {
...

I assume this was only created to run migrations. If so we should change the command ....

nutrina avatar Sep 30 '22 08:09 nutrina

Removed the task for now since it isn't actually being launched anywhere: https://github.com/gitcoinco/web/pull/10931

kammerdiener avatar Oct 20 '22 00:10 kammerdiener