Costin
We have multiple threads trying to Push messages. Lets say for example our Batch Size is 100 which runs every minute (X). According to this e.g. we have 5 connections each trying to send 20 messages via c2dm.
While sending notifications if we start getting Response code 503 with no Retry - Header - we will start introducing delay only after the current Batch cycle is completed. The next Batch will be tried after X^2 minutes (2 minutes).
Once the Batch is started - we will not be able to terminate the in-process jobs which is trying to send push notifications via c2dm.
Is that OK - are we exposed to getting blacklisted.
Please let me know.
Thanks,