mirror of
https://github.com/hibiken/asynq.git
synced 2026-04-25 23:15:51 +03:00
[PR #1036] fix: remove redundent cache because it cause panels don't show the qu… #3014
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#3014
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/1036
Author: @DOO-DEV
Created: 3/15/2025
Status: 🔄 Open
Base:
master← Head:fix/fix-remove-redundent-cache📝 Commits (1)
6d11b08fix: remove redundent cache because it cause panels don't show the queues after deletion📊 Changes
1 file changed (+3 additions, -5 deletions)
View changed files
📝
internal/rdb/rdb.go(+3 -5)📄 Description
in the code if the sync.Map remain, after deletion of each queue in panels like(asynqmon, aysnq-cli,...) the queue doesn't add to the redis set (asynq:queues).
this operation is idempotent. and the cost of it is low
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.