-
Notifications
You must be signed in to change notification settings - Fork 13
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
Job fixes #573
Job fixes #573
Conversation
I don't know that the fix for #568 works right. I created a reindex job. Stopped that job. Tweaked it so that the Submitted that updated definition to the existing
There was no output from
It does look like I got a 200 response from Express (when using
I was expecting an error returned to me when updating the job. |
The latest commit fixes it:
|
The fix for #562 appears to work:
|
|
Integration tests pass on latest commit. |
the issue with updating the job was that it would save the job without validating it. Validating it would also give the job all the missing fields that it needs to correctly run hence the interval error that you have listed in the ticket. I choose to validate at the update to make sure any attempted update changes are correct instead of waiting at startJob to do so.