Can I some how make 2nd task run automatically after completion of first task in aws fargate

15 Views Asked by At

I cannot run my second task until first task is completed and first task completion time varies every day. Is there anyway that task 2 can keep listening to task 1 and as soon as it task 1 completes then task 2 will start automatically without scheduling.

Right now I have added schedule. But my first task is taking more time than expected for some runs.

0

There are 0 best solutions below