[PR #476] [MERGED] Add preHandler and postHandler for Scheduler #2777

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

📋 Pull Request Information

Original PR: https://github.com/hibiken/asynq/pull/476
Author: @ChihSeanHsu
Created: 5/22/2022
Status: Merged
Merged: 5/27/2022
Merged by: @hibiken

Base: masterHead: feat/scheduler_pre_post_enqueue_func


📝 Commits (3)

  • 604b906 feat: add preHandler and postHandler for Scheduler
  • 8dc11a5 chore: rename preHandler and postHandler
  • 5a046c2 chore: add this change into CHANGELOG.md

📊 Changes

3 files changed (+115 additions, -36 deletions)

View changed files

📝 CHANGELOG.md (+2 -0)
📝 scheduler.go (+59 -36)
📝 scheduler_test.go (+54 -0)

📄 Description

As discussion here


🔄 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/476 **Author:** [@ChihSeanHsu](https://github.com/ChihSeanHsu) **Created:** 5/22/2022 **Status:** ✅ Merged **Merged:** 5/27/2022 **Merged by:** [@hibiken](https://github.com/hibiken) **Base:** `master` ← **Head:** `feat/scheduler_pre_post_enqueue_func` --- ### 📝 Commits (3) - [`604b906`](https://github.com/hibiken/asynq/commit/604b90655865da54fe3b2b871404c06aa9afc9f2) feat: add preHandler and postHandler for Scheduler - [`8dc11a5`](https://github.com/hibiken/asynq/commit/8dc11a533bbe1cfd1936940fe911a29aa29d3b25) chore: rename preHandler and postHandler - [`5a046c2`](https://github.com/hibiken/asynq/commit/5a046c269a11108ce5857144b3b01d5d4ad2b08c) chore: add this change into CHANGELOG.md ### 📊 Changes **3 files changed** (+115 additions, -36 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+2 -0) 📝 `scheduler.go` (+59 -36) 📝 `scheduler_test.go` (+54 -0) </details> ### 📄 Description As discussion [here](https://github.com/hibiken/asynq/issues/456) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-15 21:02:52 +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#2777
No description provided.