Skip to content

I migrated app database but still have 30 request constraint #2773

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

Closed
hishambakr opened this issue Sep 24, 2016 · 5 comments
Closed

I migrated app database but still have 30 request constraint #2773

hishambakr opened this issue Sep 24, 2016 · 5 comments

Comments

@hishambakr
Copy link

Dears,
I use parse.com and I read that if I migrated database out of Parse, I will have more than 30 request per second. I didn't find this after migration . also background jobs are not working as good as before.

I started migration but the new service provider I migrated to is not as good as Parse so I need sometime to fully migrate.

Please advise.
Hisham

@flovilmart
Copy link
Contributor

flovilmart commented Sep 24, 2016

There is no limitation about the number of requests per seconds, but the performance will highly depend upon the infrastructure you're running, the server, the indexes on the database etc...

Also, background jobs are not schedules, you need to implement your own cron / scheduler in order to schedule the jobs.

@hishambakr
Copy link
Author

Forgive me this doesnt answer my question. I am not talking about open source parse server. I am talking about Parse.com. I just migrated database only. I still have 30 request limit in parse.com

I searched for support on parse.com and they redirected me here so I raised my issue here

@flovilmart
Copy link
Contributor

As long as you're running on api.parse.com you'll have that limitation.

@hishambakr
Copy link
Author

no. Parse.com displayed an ad banner to encourage developers to migrate database and said your limit will increase to 600

@flovilmart
Copy link
Contributor

I'm not sure parse.com has in mind but that's highly unlikely that migrating the DB will increate your throughput without replacing your servers as well. Also, the suggested deadline to migrate away from parse.com was upon July 28th. I suggest you move as fast as you can to parse-server

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

2 participants