infinilabs / infinilabs/framework
Add `upload_to_s3` to queue_config as a per-queue configuration (besides global level)
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 29
- Forks
- 21
- Avg merge
- 2d 1h
- Merged PRs (30d)
- 16
Description
Enhance the queue_config structure to support a new upload_to_s3 option. This setting should be configurable on a per-queue basis, rather than being a global configuration.
Contributor guide
No contributing guide indexed for this repository
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 by locating the queue_config definition and the existing global upload_to_s3 configuration in the Go codebase. Trace how queue-specific settings are loaded and applied, then update the relevant tests or configuration examples if they are present. Done means upload_to_s3 can be set independently for each queue while the existing global setting continues to work.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- aws, go
- Domain
- backend, cloud
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100