AlexsLemonade / AlexsLemonade/refinebio
Don't query batch for job ids that are for Nomad
Open
- Dominant language
- Python
- Stars
- 135
- Forks
- 21
- PR merge metrics
- No merged PRs in 30d
Description
### Context
https://sentry.io/organizations/greenelab/issues/2487957815/?project=1236818&query=is%3Aunresolved
### Problem or idea
We just shouldn't try querying Batch if the `batch_job_id` contains `/dispatch`.
### Solution or next step
Check that before querying Batch.
Contributor guide
No contributing guide indexed for this repository
Research direction
Search the codebase for `batch_job_id` and the path that queries Batch. Start by tracing how job IDs containing `/dispatch` reach that query. Done means Nomad job IDs with `/dispatch` skip the Batch query while other job IDs continue to use it.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 50/100