-
Notifications
You must be signed in to change notification settings - Fork 1
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
given a job id, hard to find datum and therefore error via http #32
Comments
That's an excellent point! Would Jess be interested in taking lead on this? |
We might want to add |
it might be nice to just inline the datums into the job response |
@seamusabshere The HTTP REST API is also used internally, and I'd want to make sure that adding extra data to the job response didn't add extra load internally when jobs are actually running. When you have 350+ clients all hitting the db, you need to be careful about this stuff. :-) |
We should address both this and the other issues discussed in #28 together. |
querying /jobs/X won't give you datum ids, but that's the only way to get errors
The text was updated successfully, but these errors were encountered: