[PR #283] [MERGED] Add migration command #699

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

📋 Pull Request Information

Original PR: https://github.com/hibiken/asynq/pull/283
Author: @hibiken
Created: 6/22/2021
Status: Merged
Merged: 6/25/2021
Merged by: @hibiken

Base: nextHead: cmd/migrate


📝 Commits (9)

📊 Changes

6 files changed (+423 additions, -14 deletions)

View changed files

📝 CHANGELOG.md (+0 -1)
📝 internal/rdb/inspect.go (+2 -2)
📝 internal/rdb/rdb.go (+5 -0)
tools/asynq/cmd/migrate.go (+404 -0)
📝 tools/asynq/cmd/root.go (+11 -10)
📝 tools/asynq/cmd/stats.go (+1 -1)

📄 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/283 **Author:** [@hibiken](https://github.com/hibiken) **Created:** 6/22/2021 **Status:** ✅ Merged **Merged:** 6/25/2021 **Merged by:** [@hibiken](https://github.com/hibiken) **Base:** `next` ← **Head:** `cmd/migrate` --- ### 📝 Commits (9) - [`ccbb2ad`](https://github.com/hibiken/asynq/commit/ccbb2ad5e93f96c6af40db9e86e189d9a14a33fb) WIP - [`8fe71ac`](https://github.com/hibiken/asynq/commit/8fe71acfdede23f48dde8d705bbf5686bc9bfb93) Migrate scheduled task - [`2d75ac4`](https://github.com/hibiken/asynq/commit/2d75ac4af448dd238d9810775deab257644c2dd4) Add helper function for zset messages - [`1ddc08a`](https://github.com/hibiken/asynq/commit/1ddc08a3c65e7b9658d079c8f814faf961110340) Add helper to update redis list messages - [`06f8164`](https://github.com/hibiken/asynq/commit/06f81641747c5df0b13bda6f8f3e12586573bebb) Add precheck - [`27cbee8`](https://github.com/hibiken/asynq/commit/27cbee82e9c5f281cbedda4950656c6892da0019) Fix deleteTask lua script - [`60750b5`](https://github.com/hibiken/asynq/commit/60750b5c55f080a6b8085ee5a43fb2def317f930) Fix LastFailedAt in archived tasks - [`b0945e8`](https://github.com/hibiken/asynq/commit/b0945e8d3eef945466c3a5a737be9bd84de6901f) Remove TODO from changelog - [`4e2c8bb`](https://github.com/hibiken/asynq/commit/4e2c8bb8bce8de2c163ad7fd0c439c21c7c8fdb4) Cleanup ### 📊 Changes **6 files changed** (+423 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+0 -1) 📝 `internal/rdb/inspect.go` (+2 -2) 📝 `internal/rdb/rdb.go` (+5 -0) ➕ `tools/asynq/cmd/migrate.go` (+404 -0) 📝 `tools/asynq/cmd/root.go` (+11 -10) 📝 `tools/asynq/cmd/stats.go` (+1 -1) </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:13 +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#699
No description provided.