mirror of
https://github.com/hibiken/asynq.git
synced 2026-04-26 15:35:55 +03:00
[PR #978] feature: configurable archivedExpirationInDays and maxArchiveSize #1971
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#1971
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/978
Author: @fajrifernanda
Created: 12/4/2024
Status: 🔄 Open
Base:
master← Head:feature/configurable-max-archive-ttl-and-max-archivedsize📝 Commits (4)
9261e43feature: configurable archive ttl and max archived sizeb689bb4fix client3a771f1fix logic8213e98fix logic📊 Changes
8 files changed (+185 additions, -39 deletions)
View changed files
📝
client.go(+41 -6)📝
inspector.go(+39 -5)📝
internal/base/base.go(+5 -0)📝
internal/rdb/inspect.go(+8 -8)📝
internal/rdb/rdb.go(+37 -9)📝
internal/rdb/rdb_test.go(+2 -2)📝
scheduler.go(+21 -8)📝
server.go(+32 -1)📄 Description
resuming this PR https://github.com/hibiken/asynq/pull/534
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.