- Utilises the
maxprocs.IsECS
method in the init function to detect if running in ECS. If no ECS environment is detected then it will bypass setting GOMAXPROCS. This is to ensure a better local development experience vs previously where it would log an error due to the absence of the ECS agent.