-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Parse is Bandwidth throttling non migrated apps from April 28th - But how do I add jobs & cloudcode to my migrated db? #1356
Comments
Hi As long as you have migrated your database you shouldn't be throttled. You have some more time to move the application.
|
Yeah, i know,- but can I control my remote DB from parse panel? w/ cloudcode etc.. ? |
Also you should consider beginning to migrate as soon as you can. Follow the migration tutorial to get DB and CloudCode working on your self hosted parse server. As for jobs, they are not supported by I've been using Kue and Cron-Cluster module to add in background jobs and cron support, you may want to check that. |
@hjgabrielsen the parse.com dashboard will continue working with the migrated database, so you don't have to disrupt your workflow, the jobs, cloud code etc... will all keep working correctly. |
Interesting info. I thought you had to use the open source dashboard as soon as you've migrated your database. So as long as we're still hitting api.parse.com (and not our own Parse Server instance), the data shown in Parse.com dashboard will sync perfectly, correct? |
That's right! |
Do I have to code everything from scratch myself?
As you all know Parse is Bandwidth throttling non migrated apps from April 28th - But how do I add jobs & cloudcode to my migrated db?
Does anyone have a working solution to this,
Right now I have :
DB
Cloudcode
Jobs running every 15 minutes..
Thats it..
The text was updated successfully, but these errors were encountered: