-
-
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
why are jobs not running? #2883
Comments
Really not much to document here. I have jobs that run every minute and they stopped at 18:53PM today i'm helpless, trying to move my app, but need it to work |
You need to schedule your jobs with an external scheduler, like kue. Jobs are exposed on the REST endpoints POST /jobs/:jobName You need to pass the masterKey to run them, unlike the functions. |
My jobs have been running the exact same way for almost 2 years. It isn’t that I can’t get them to work, they have worked for a long time and just stopped today at 18:53pm for no reason From: Florent Vilmart notifications@github.com You need to schedule your jobs with an external scheduler, like kue. Jobs are exposed on the REST endpoints POST /jobs/:jobName You need to pass the masterKey to run them, unlike the functions. — |
If you're still running on parse.com then you should migrate to parse-server. In the meantime, you should report your issue at http://Parse.com/help |
can we use agenda library with parse server? can we show these jobs in parse dashboard? |
The latest version of the dashboard shows the jobs. I'm not familiar with agenda but anything hat can schedule jobs and make HTTP calls should work. |
Please read the following instructions carefully.
Check out #1271 for an ideal bug report.
The closer your issue report is to that one, the more likely we are to be able to help, and the more likely we will be to fix the issue quickly!
Many members of the community use Stack Overflow and Server Fault to ask questions.
Read through the existing questions or ask your own!
For database migration help, please file a bug report at https://parse.com/help#report
Make sure these boxes are checked before submitting your issue -- thanks for reporting issues back to Parse Server!
Issue Description
[DELETE EVERYTHING ABOVE THIS LINE BEFORE SUBMITTING YOUR ISSUE]
Describe your issue in as much detail as possible.
[FILL THIS OUT]
Steps to reproduce
Please include a detailed list of steps that reproduce the issue. Include curl commands when applicable.
Expected Results
[FILL THIS OUT]
Actual Outcome
[FILL THIS OUT]
Environment Setup
Logs/Trace
You can turn on additional logging by configuring VERBOSE=1 in your environment.
[FILL THIS OUT]
The text was updated successfully, but these errors were encountered: