mirror of
https://github.com/hibiken/asynq.git
synced 2026-04-26 07:25:56 +03:00
[PR #47] [MERGED] Add multi-queue support with priority #1579
Labels
No labels
CLI
bug
designing
documentation
duplicate
enhancement
good first issue
good first issue
help wanted
idea
invalid
investigate
needs-more-info
performance
pr-welcome
pull-request
question
wontfix
work in progress
work in progress
work-around-available
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/asynq#1579
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/hibiken/asynq/pull/47
Author: @hibiken
Created: 1/8/2020
Status: ✅ Merged
Merged: 1/8/2020
Merged by: @hibiken
Base:
master← Head:feature/multiq📝 Commits (10+)
cdc6e52Add Queue option to allow user to specify queue from client48572ddAdd Queues field to Config8e79be6Update comment889a35aUpdate CheckAndEnqueue to enqueue tasks to specified queue79a2205Delete stale coded7ae925Change RDB.Dequeue to query multiple queues25a9373Update processor to query queues based on priorityfb66f09[ci skip] Normalize queue priority numbersd5d4114[ci skip] Upgrade github.com/google/go-cmp to v0.4.025b359a[ci skip] Update changelog📊 Changes
16 files changed (+551 additions, -181 deletions)
View changed files
📝
CHANGELOG.md(+2 -0)📝
background.go(+60 -1)📝
background_test.go(+81 -0)📝
client.go(+19 -4)📝
client_test.go(+76 -28)📝
go.mod(+1 -1)📝
go.sum(+4 -2)📝
internal/asynqtest/asynqtest.go(+19 -7)📝
internal/base/base.go(+16 -8)📝
internal/base/base_test.go(+16 -0)📝
internal/rdb/inspect_test.go(+4 -41)📝
internal/rdb/rdb.go(+44 -58)📝
internal/rdb/rdb_test.go(+121 -20)📝
processor.go(+43 -4)📝
processor_test.go(+44 -6)📝
scheduler_test.go(+1 -1)📄 Description
Closes #20
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.