I have a fargate service where a task running a container. So, my container is a custom made pipeline, which runs based on SQS count. So, if all the records are processed then I stop the pipeline from the container. So, what I'm wondering, instead of stopping the pipeline, can I set the desired count of the service to 0?(this service is the parent of this container's task)