mirror of
https://github.com/hibiken/asynq.git
synced 2026-04-25 23:15:51 +03:00
[PR #36] [CLOSED] Priority queues #562
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#562
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/36
Author: @hibiken
Created: 1/2/2020
Status: ❌ Closed
Base:
master← Head:feature/priority📝 Commits (6)
31a18d7Add Priority type in base package2e95166Remove Queue field and Priority field to base.TaskMessageeb191c0Export (High|Low)PriorityQueue constant from base pkg5c42bdcChange (*RDB).Dequeue to query multiple queues in order6de80f9Change dequeue method to use lua scriptfc5b65dAdd a function to return a list of queues to query📊 Changes
10 files changed (+335 additions, -84 deletions)
View changed files
📝
client.go(+5 -5)📝
client_test.go(+20 -20)📝
internal/asynqtest/asynqtest.go(+29 -5)📝
internal/base/base.go(+31 -10)📝
internal/base/base_test.go(+18 -0)📝
internal/rdb/inspect_test.go(+4 -4)📝
internal/rdb/rdb.go(+31 -10)📝
internal/rdb/rdb_test.go(+125 -19)📝
processor.go(+50 -9)📝
processor_test.go(+22 -2)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.