Artem
Artem
## Feature Request Chorus routing policy have the following structure: 1. KEY: USER + BUCKET [OPTIONAL] 2. VALUE: Destination storage name Chorus proxy defines destination storage by the following algorithm:...
## Feature Request ### Description Some object properties like creation time, modifiacation time, versionID are calculated by S3 storage and cannot be set using S3 API. This also means that...
Closes #508 Currently, not all queue stuctures from [`inspector.QueueStats`](https://github.com/hibiken/asynq/blob/ff887e1f899739ac5c76a5c80db668ec9e7d0507/internal/rdb/inspect.go#L140C15-L140C27) are removed in [`inspector.RemoveQueue`](https://github.com/hibiken/asynq/blob/ff887e1f899739ac5c76a5c80db668ec9e7d0507/internal/rdb/inspect.go#L1886). PR fixing it by removing the following missing resources: - completed messages and queue - failed/processed message...
Closes #856 Allows workers to process dynamic queue names. Dynamic queue priorities can be set using wildcard (`*`) patterns: ```go srv := NewServer(redisConnOpt, Config{ Queues: map[string]int{ "critical": 10, // exact...