Hi everyone! I'm working on getting dagster opera...
# deployment-ecs
e
Hi everyone! I'm working on getting dagster operational and I keep having trouble with CloudFormation UPDATE_IN_PROGRESS lasting for hours/days. Some googling found that possibly setting image tags would help as opposed to letting 'latest' be inferred. Since it is still taking forever to test this change, I thought I'd go ahead and ask if anyone knew of a solution here
Specifically, it seems to be the pipelineservice which is perpetually updating/rolling back
j
Specifically to get unstuck, you might be able to “scale down” the pipelines service to 0 tasks: https://aws.amazon.com/premiumsupport/knowledge-center/cloudformation-stack-stuck-progress/ Is there any indication about why it’s stuck? Is it having trouble pulling the image? Are the tasks crashing as soon as they’re starting up?
e
This morning it was in UPDATE_ROLLBACK_FAILED, and it wouldn't let me
up
it from there. So I'm going to try
down
then
up
and see what I get.
@jordan I've managed to get past this problem, but I'm not sure which thing was the actual fix. I'm posting my next roadblock in the main channel.