Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run Cloud Code on another Server? #186

Closed
gateway opened this issue Feb 2, 2016 · 7 comments
Closed

Run Cloud Code on another Server? #186

gateway opened this issue Feb 2, 2016 · 7 comments

Comments

@gateway
Copy link

gateway commented Feb 2, 2016

Since cloud code needs to be on the parse server this could really eat into the resources for the server depending on how many triggers or functions you are running. I know from the parse cloud code you can run your own Heroku server with cloud code, would their be a way for us to fire up another Heroku instance and have the cloud code run on that instead of the same server as the Parse Server?

@pccrazy
Copy link

pccrazy commented Feb 2, 2016

this is a very tough decision to make actually (google , amazon or Heroku )
Heroku is a bit expensive than Amazon and google.
what do you think ?

@jamiechapman
Copy link

Some eventual client SDK support for AWS lambda would be pretty awesome for executing cloud code functions.

@gateway
Copy link
Author

gateway commented Feb 2, 2016

Well, put it this way what ever cloud system your in, it would be nice to have another server that can handle the processing or what ever is happening under the hood since latency would be very low staying in the same provider.

@doender
Copy link

doender commented Feb 2, 2016

I currently have parse-server + mongodb deployed on an ubuntu vm at digital ocean (smallest size: 1 core, 512mb). If you share your benchmark script, I'd like to run the same test.

Edit: sorry, wrong thread

@gateway
Copy link
Author

gateway commented Feb 2, 2016

@doender please see this thread #185 (comment)

@flovilmart
Copy link
Contributor

Check https://github.com/flovilmart/parse-anywhere, I'm planning a little refactoring there to integrate better with parse-server.

@gfosco
Copy link
Contributor

gfosco commented Feb 20, 2016

Follow on in #500, this will be possible with webhooks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants