modernistik / parse-stack

Parse Server Ruby Client SDK
https://www.modernistik.com/gems/parse-stack/
MIT License
60 stars 20 forks source link

Cloud code functions never returning #40

Closed nilsk123 closed 6 years ago

nilsk123 commented 6 years ago

Calling cloud code from the rails parse stack always times out, call is as such:

Parse.call_function :getNumberOfChallengesPerDay, {}

Server logs show it coming in but rails console always times out

apersaud commented 6 years ago

Can you provide a small example where it is reproducible? (Since we are running the latest in production and don't see this happening).

You might consider if there is something in the implementation of the call where the web worker times out in order to response (especially if you are debugging).

apersaud commented 6 years ago

I have verified all that installations using parse-stack have no issues with calling cloud functions. Closing this issue as it is currently stale and haven't received updates.