channable / channable/opsqueue
Allow filtering by submission state (failed/cancelled/completed/in-progress) when looking up submission IDs by strategic metadata
- Dominant language
- Rust
- Stars
- 96
- Forks
- 2
- Avg merge
- 1h 2m
- Merged PRs (30d)
- 2
Description
https://github.com/channable/opsqueue/pull/112 adds support for selecting submission IDs by strategic metadata. However in that PR we are only checking the `submissions` table which is for in-progress submissions, as per the comment by @ReinierMaas we could generalize this so that we can lookup submission IDs by strategic metadata that are failed/cancelled/completed.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with pull request #112 and the lookup that currently checks the `submissions` table. Compare that path with how failed, cancelled, and completed submissions are stored; done means strategic-metadata lookup can return IDs in all four states.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- backend, database
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 58/100