mirror of
https://github.com/hibiken/asynq.git
synced 2026-04-25 23:15:51 +03:00
[PR #743] [MERGED] Archived tasks that are trimmed from the set are deleted #1860
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#1860
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/743
Author: @Harrison-Miller
Created: 9/19/2023
Status: ✅ Merged
Merged: 10/19/2024
Merged by: @kamikazechaser
Base:
master← Head:trimmed_archive_deletes📝 Commits (3)
a2296fdfixed trimmed archive tasks not being deleted.39b01d3improved test case.cd5c4f2changed ZRANGEBYSCORE to ZRANGE with BYSCORE option.📊 Changes
2 files changed (+175 additions, -3 deletions)
View changed files
📝
internal/rdb/rdb.go(+18 -2)📝
internal/rdb/rdb_test.go(+157 -1)📄 Description
Solves the issue outlined in: https://github.com/hibiken/asynq/issues/730
You can confirm the test case/fix is working by deleting lines: 852/860 in rdb.go of the fix branch to observe the old failure.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.