Hi everyone, not sure if this is the correct chann...
# ask-community
d
Hi everyone, not sure if this is the correct channel to post this. I'm using ECS Task as infrastructure, it works fine except for the following: The flow state enters a
crashed
state for a minute or so and then I changes to
running
. Is that the expected behaviour?
r
Amend the "Task Start Timeout Seconds"
d
Thanks @redsquare I've changed it to 240 seconds but the state still immediately changes to
crashed
r
maybe extend the
TASK_WATCH_POLL_INTERVAL
too
d
@redsquare Thanks, I have changed
TASK_WATCH_POLL_INTERVAL
to 240 as well but the flow still crashes immediately. Not a big deal, things still work fine, it just bugs me a bit to see it crashing and then running.