[PR #559] [CLOSED] ProcessorTaskCheckInterval #1786

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

📋 Pull Request Information

Original PR: https://github.com/hibiken/asynq/pull/559
Author: @jinsuojinsuo
Created: 10/17/2022
Status: Closed

Base: masterHead: master


📝 Commits (7)

  • a757de9 降低等待时长
  • 7a224e6 降低等待时长
  • 5d1763f 降低等待时长
  • ce7f803 降低等待时长
  • f988964 优化处理器,支持参数设置扫描间隔 优化转发器扫描间隔
  • 4200910 优化处理器,支持参数设置扫描间隔 优化转发器扫描间隔
  • fb0a7b3 Merge commit '783071c47f'

📊 Changes

5 files changed (+110 additions, -10 deletions)

View changed files

📝 forwarder.go (+7 -2)
📝 go.mod (+10 -7)
📝 go.sum (+67 -0)
📝 processor.go (+10 -1)
📝 server.go (+16 -0)

📄 Description

ProcessorTaskCheckInterval


🔄 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/559 **Author:** [@jinsuojinsuo](https://github.com/jinsuojinsuo) **Created:** 10/17/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (7) - [`a757de9`](https://github.com/hibiken/asynq/commit/a757de9634b247fb0fda4c8e921a626ff0ab15bf) 降低等待时长 - [`7a224e6`](https://github.com/hibiken/asynq/commit/7a224e68634cb8aee688c9e972116a5e944c655e) 降低等待时长 - [`5d1763f`](https://github.com/hibiken/asynq/commit/5d1763f6c85f3fa8e25c4ba3904e37dabece69e2) 降低等待时长 - [`ce7f803`](https://github.com/hibiken/asynq/commit/ce7f8033292e211cff7a755bd48af96094bb2cdf) 降低等待时长 - [`f988964`](https://github.com/hibiken/asynq/commit/f988964de238326f6bac66f4a76ebb8a6536a4a1) 优化处理器,支持参数设置扫描间隔 优化转发器扫描间隔 - [`4200910`](https://github.com/hibiken/asynq/commit/4200910b22a1f71b6959bb110f6664eb45376599) 优化处理器,支持参数设置扫描间隔 优化转发器扫描间隔 - [`fb0a7b3`](https://github.com/hibiken/asynq/commit/fb0a7b38eff3fedb9699b35ec81f924df0b4686b) Merge commit '783071c47f02903cc9212655bcc49ac4a828825e' ### 📊 Changes **5 files changed** (+110 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `forwarder.go` (+7 -2) 📝 `go.mod` (+10 -7) 📝 `go.sum` (+67 -0) 📝 `processor.go` (+10 -1) 📝 `server.go` (+16 -0) </details> ### 📄 Description ProcessorTaskCheckInterval --- <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: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#1786
No description provided.