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

why are jobs not running? #2883

Closed
4 tasks
hashtagru opened this issue Oct 18, 2016 · 6 comments
Closed
4 tasks

why are jobs not running? #2883

hashtagru opened this issue Oct 18, 2016 · 6 comments

Comments

@hashtagru
Copy link

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.

  1. [FILL THIS OUT]
  2. [FILL THIS OUT]
  3. [FILL THIS OUT]

Expected Results

[FILL THIS OUT]

Actual Outcome

[FILL THIS OUT]

Environment Setup

  • Server
    • parse-server version (Be specific! Don't say 'latest'.) : [FILL THIS OUT]
    • Operating System: [FILL THIS OUT]
    • Hardware: [FILL THIS OUT]
    • Localhost or remote server? (AWS, Heroku, Azure, Digital Ocean, etc): [FILL THIS OUT]
  • Database
    • MongoDB version: [FILL THIS OUT]
    • Storage engine: [FILL THIS OUT]
    • Hardware: [FILL THIS OUT]
    • Localhost or remote server? (AWS, mLab, ObjectRocket, Digital Ocean, etc): [FILL THIS OUT]

Logs/Trace

You can turn on additional logging by configuring VERBOSE=1 in your environment.

[FILL THIS OUT]

@hashtagru
Copy link
Author

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

@flovilmart
Copy link
Contributor

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.

@hashtagru
Copy link
Author

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
Reply-To: ParsePlatform/parse-server reply@reply.github.com
Date: Tuesday, October 18, 2016 at 4:47 PM
To: ParsePlatform/parse-server parse-server@noreply.github.com
Cc: hashtagru jeff@hashtagroundup.com, Author author@noreply.github.com
Subject: Re: [ParsePlatform/parse-server] why are jobs not running? (#2883)

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.


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.

@flovilmart
Copy link
Contributor

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

@gowridev
Copy link

can we use agenda library with parse server? can we show these jobs in parse dashboard?

@flovilmart
Copy link
Contributor

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.

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

3 participants