[PR #665] [CLOSED] Add option to configure task check interval #806

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

📋 Pull Request Information

Original PR: https://github.com/hibiken/asynq/pull/665
Author: @krhubert
Created: 6/2/2023
Status: Closed

Base: masterHead: master


📝 Commits (2)

  • 7f457a9 Add option to configure task check interval
  • 53af8dd Return error from Aggregate func

📊 Changes

5 files changed (+134 additions, -105 deletions)

View changed files

📝 aggregator.go (+6 -1)
📝 aggregator_test.go (+7 -7)
📝 processor.go (+40 -37)
📝 processor_test.go (+45 -42)
📝 server.go (+36 -18)

📄 Description

https://github.com/hibiken/asynq/issues/506
https://github.com/hibiken/asynq/issues/548


🔄 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/665 **Author:** [@krhubert](https://github.com/krhubert) **Created:** 6/2/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`7f457a9`](https://github.com/hibiken/asynq/commit/7f457a9492589c67e9e99050a7d9e68e5696de76) Add option to configure task check interval - [`53af8dd`](https://github.com/hibiken/asynq/commit/53af8dd9ea84dd7988e38f73d8d72fbff8e77d3a) Return error from Aggregate func ### 📊 Changes **5 files changed** (+134 additions, -105 deletions) <details> <summary>View changed files</summary> 📝 `aggregator.go` (+6 -1) 📝 `aggregator_test.go` (+7 -7) 📝 `processor.go` (+40 -37) 📝 `processor_test.go` (+45 -42) 📝 `server.go` (+36 -18) </details> ### 📄 Description https://github.com/hibiken/asynq/issues/506 https://github.com/hibiken/asynq/issues/548 --- <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:41 +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#806
No description provided.