[PR #106] [MERGED] Add Deadline option #606

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

📋 Pull Request Information

Original PR: https://github.com/hibiken/asynq/pull/106
Author: @hibiken
Created: 3/8/2020
Status: Merged
Merged: 3/9/2020
Merged by: @hibiken

Base: masterHead: feature/deadline


📝 Commits (1)

  • 639407f Add Deadline option when enqueuing tasks

📊 Changes

6 files changed (+225 additions, -74 deletions)

View changed files

📝 CHANGELOG.md (+4 -0)
📝 client.go (+26 -15)
📝 client_test.go (+93 -51)
📝 internal/base/base.go (+7 -0)
📝 processor.go (+12 -8)
📝 processor_test.go (+83 -0)

📄 Description

Closes #84


🔄 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/106 **Author:** [@hibiken](https://github.com/hibiken) **Created:** 3/8/2020 **Status:** ✅ Merged **Merged:** 3/9/2020 **Merged by:** [@hibiken](https://github.com/hibiken) **Base:** `master` ← **Head:** `feature/deadline` --- ### 📝 Commits (1) - [`639407f`](https://github.com/hibiken/asynq/commit/639407f867cb9b417e21b3ef949a4cb69de4a8a3) Add Deadline option when enqueuing tasks ### 📊 Changes **6 files changed** (+225 additions, -74 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+4 -0) 📝 `client.go` (+26 -15) 📝 `client_test.go` (+93 -51) 📝 `internal/base/base.go` (+7 -0) 📝 `processor.go` (+12 -8) 📝 `processor_test.go` (+83 -0) </details> ### 📄 Description Closes #84 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 05:54:15 +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#606
No description provided.