I'm running a container app on Azure that scrape websites for analytics that runs for a few days; here is my configuration for the container:
I allocated 8Gi for memory and 4 CPU cores.
I analyzed the cpu usage and it seems that the container is inactive even though the state is always in running.
I also ran the code locally and it never blocked. I also excluded loops in the code. The process will end, but it will take longer than it should.
Does anyone has any hints?
I tried to improve the azure container performances
EDIT: @Arko Thanks for the clarification. In the last day the execution is a bit strange, following this pattern: Last Day Scraping In this case, does the replica go down?