SciCatProject / SciCatProject/backend
Queue publishing when submitting a job is missing
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 27
- Forks
- 37
- Avg merge
- 17h 32m
- Merged PRs (30d)
- 38
Description
Issue Name
Queue publishing when submitting a job is missing
Summary
The old backend allowed to optionally write on a queue the job info when a job was created (POST /Jobs). Such behaviour should be reimplemented.
Expected Behaviour
Reimplement logic
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at the POST /Jobs job-creation entry point and investigate how the old backend optionally published job information to a queue. Confirm the queue configuration and expected message contents from the prior behavior; done means job submission can restore that optional publishing without breaking creation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- api, backend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100