Docker swarm is not supporting to run more than 124 services of same stack file

I have a stack file for 168 services. If I deploy the stack file in swarm mode (docker stack deploy ), only 124 services are running and remaining are not.

Is there any limit for services in a stack file.

Edit: The services that which are not running are showing current status as NEW about an hour ago.