[PR #616] [CLOSED] Fal/dev #1810

Closed
opened 2026-03-07 22:13:19 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hibiken/asynq/pull/616
Author: @Obelisk-The-Tormentor
Created: 2/15/2023
Status: Closed

Base: masterHead: fal/dev


📝 Commits (9)

  • 519985f feat: add custom unique key option
  • 4106a22 ci(): remove go1.14 go1.15 from build workflow matrix
  • 94a4b7d chore(): export Scheduler.ID() Scheduler.Entries()
  • a7e533f Merge pull request #2 from easyops-cn/xuy/export-scheduler-funcs
  • f27a72c chore(): set scheduler_history TTL
  • 22f2c00 chore(): set archived task TTL
  • 56f1b60 Merge pull request #5 from 22dm/custom-unique-key
  • 21981e4 chore(): 代码优化, *subscriber.start()支持PubSub channel的关闭校验, 如果channel被关闭,重新初始化PubSub获取channel
  • 3c5aa6f chore(): 代码优化, *subscriber.start()支持PubSub channel的关闭校验, 如果channel被关闭,重新初始化PubSub获取channel

📊 Changes

10 files changed (+172 additions, -56 deletions)

View changed files

📝 .github/workflows/build.yml (+1 -1)
📝 client.go (+30 -2)
📝 client_test.go (+43 -0)
📝 go.mod (+0 -1)
📝 go.sum (+3 -32)
📝 inspector.go (+6 -0)
📝 internal/base/base.go (+6 -0)
📝 internal/rdb/rdb.go (+10 -1)
📝 scheduler.go (+38 -3)
📝 subscriber.go (+35 -16)

📄 Description

代码优化,*subscriber.start()处理时,PubSub channel如果被关闭,尝试重新初始化PubSub,重新获取Channel


🔄 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/616 **Author:** [@Obelisk-The-Tormentor](https://github.com/Obelisk-The-Tormentor) **Created:** 2/15/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `fal/dev` --- ### 📝 Commits (9) - [`519985f`](https://github.com/hibiken/asynq/commit/519985f195d2d89ee5e9911c7411faacb7473b28) feat: add custom unique key option - [`4106a22`](https://github.com/hibiken/asynq/commit/4106a224a0d2facf39dbd08b11630468e9926585) ci(): remove go1.14 go1.15 from build workflow matrix - [`94a4b7d`](https://github.com/hibiken/asynq/commit/94a4b7d126234aadf028c3579666cf668a330695) chore(): export Scheduler.ID() Scheduler.Entries() - [`a7e533f`](https://github.com/hibiken/asynq/commit/a7e533f26892e381fdd395de5f6a9bb3dd300a05) Merge pull request #2 from easyops-cn/xuy/export-scheduler-funcs - [`f27a72c`](https://github.com/hibiken/asynq/commit/f27a72c2f26768c640c8f0d4ef94867265e66afb) chore(): set scheduler_history TTL - [`22f2c00`](https://github.com/hibiken/asynq/commit/22f2c0057cbf8338217dc79d3e40508cf9264585) chore(): set archived task TTL - [`56f1b60`](https://github.com/hibiken/asynq/commit/56f1b60e3a24f4db7b2979d73eb7346f032a4f87) Merge pull request #5 from 22dm/custom-unique-key - [`21981e4`](https://github.com/hibiken/asynq/commit/21981e4b1aff995be6dc8a70d936f8095d05d491) chore(): 代码优化, *subscriber.start()支持PubSub channel的关闭校验, 如果channel被关闭,重新初始化PubSub获取channel - [`3c5aa6f`](https://github.com/hibiken/asynq/commit/3c5aa6fd677a71ef4869d45c5104238ff47a4b42) chore(): 代码优化, *subscriber.start()支持PubSub channel的关闭校验, 如果channel被关闭,重新初始化PubSub获取channel ### 📊 Changes **10 files changed** (+172 additions, -56 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/build.yml` (+1 -1) 📝 `client.go` (+30 -2) 📝 `client_test.go` (+43 -0) 📝 `go.mod` (+0 -1) 📝 `go.sum` (+3 -32) 📝 `inspector.go` (+6 -0) 📝 `internal/base/base.go` (+6 -0) 📝 `internal/rdb/rdb.go` (+10 -1) 📝 `scheduler.go` (+38 -3) 📝 `subscriber.go` (+35 -16) </details> ### 📄 Description 代码优化,*subscriber.start()处理时,PubSub channel如果被关闭,尝试重新初始化PubSub,重新获取Channel --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-07 22:13:19 +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#1810
No description provided.