OK. So I decided to use Parse as my development server and to use cloud code specifically to expose all my API..
I found that every time I deploy my cloud code and call my cloud function I intermittently get the old version of the function instead of the new one. This behavior leads me to believe that it takes time for my new cloud code to propagate to all servers.
Is anyone experiencing the same issue? Can this be mitigated?