Duke-GCB / Duke-GCB/bespin-api
Including job-errors (and contents) in job serializer causes long load times
Open
- Dominant language
- Python
- Stars
- 0
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
The JobSerializer includes the related errors right in the job payload.
On dev, this caused my API call getting all of my jobs to be 15MB of JSON. Limiting the error content to 100 lines will help here, but we don't need every job error and its content when listing jobs
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.