[PR #715] [MERGED] feature: configurable janitor interval and deletion batch size #837

Closed
opened 2026-03-02 06:05:49 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hibiken/asynq/pull/715
Author: @zhenqianz
Created: 8/4/2023
Status: Merged
Merged: 5/6/2024
Merged by: @kamikazechaser

Base: masterHead: feature/configurable-janitor-interval-and-batch-size


📝 Commits (3)

  • 0db497a feature: configurable janitor interval and deletion batch size
  • b4676d1 warn user when they set a big number of janitor batch size
  • 6ca5d1d Update CHANGELOG.md

📊 Changes

8 files changed (+63 additions, -23 deletions)

View changed files

📝 CHANGELOG.md (+5 -0)
📝 internal/base/base.go (+1 -1)
📝 internal/rdb/rdb.go (+1 -3)
📝 internal/rdb/rdb_test.go (+2 -2)
📝 internal/testbroker/testbroker.go (+3 -3)
📝 janitor.go (+10 -5)
📝 janitor_test.go (+6 -4)
📝 server.go (+35 -5)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/hibiken/asynq/pull/715 **Author:** [@zhenqianz](https://github.com/zhenqianz) **Created:** 8/4/2023 **Status:** ✅ Merged **Merged:** 5/6/2024 **Merged by:** [@kamikazechaser](https://github.com/kamikazechaser) **Base:** `master` ← **Head:** `feature/configurable-janitor-interval-and-batch-size` --- ### 📝 Commits (3) - [`0db497a`](https://github.com/hibiken/asynq/commit/0db497a8e0b664ab51f34e5e890f08cb666dc967) feature: configurable janitor interval and deletion batch size - [`b4676d1`](https://github.com/hibiken/asynq/commit/b4676d1af5c779acc56611ad08dcda4ebc75dbdb) warn user when they set a big number of janitor batch size - [`6ca5d1d`](https://github.com/hibiken/asynq/commit/6ca5d1de9bc45d2b410560a1cf993590c32d4879) Update CHANGELOG.md ### 📊 Changes **8 files changed** (+63 additions, -23 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+5 -0) 📝 `internal/base/base.go` (+1 -1) 📝 `internal/rdb/rdb.go` (+1 -3) 📝 `internal/rdb/rdb_test.go` (+2 -2) 📝 `internal/testbroker/testbroker.go` (+3 -3) 📝 `janitor.go` (+10 -5) 📝 `janitor_test.go` (+6 -4) 📝 `server.go` (+35 -5) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 06:05:49 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/asynq#837
No description provided.