Is there any limit for sending push notification?

I suspect you’ll see issues right now if you send 100k at once but things should be fine if you space out your requests and have retry policies. And also be sure to use the batched API (our Node and Python SDKs use it by default) and to remove tokens for which you get DeviceNotRegistered errors.