[PR #415] [CLOSED] Pacino/job #741

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

📋 Pull Request Information

Original PR: https://github.com/hibiken/asynq/pull/415
Author: @carrymec
Created: 3/7/2022
Status: Closed

Base: masterHead: pacino/jobId


📝 Commits (5)

  • e55a693 chore(): 从内存里面读取任务
  • 2f7d7a8 chore(): 从内存里面读取任务
  • 3114776 chore(): 调度者队列任务过期时间设置为60s
  • b345b23 Merge pull request #1 from easy-monitor/pacino/tasks
  • 21d91a1 chore(): 设置jobId 为cmdb的instanceId

📊 Changes

14 files changed (+98 additions, -91 deletions)

View changed files

📝 asynq.go (+5 -1)
📝 benchmark_test.go (+2 -2)
📝 client_test.go (+15 -15)
📝 example_test.go (+2 -2)
📝 inspector.go (+4 -1)
📝 inspector_test.go (+2 -2)
📝 periodic_task_manager_test.go (+26 -26)
📝 processor.go (+2 -2)
📝 processor_test.go (+19 -19)
📝 recoverer.go (+1 -1)
📝 scheduler.go (+9 -9)
📝 scheduler_test.go (+3 -3)
📝 servemux_test.go (+3 -3)
📝 server_test.go (+5 -5)

📄 Description

No description provided


🔄 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/415 **Author:** [@carrymec](https://github.com/carrymec) **Created:** 3/7/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `pacino/jobId` --- ### 📝 Commits (5) - [`e55a693`](https://github.com/hibiken/asynq/commit/e55a693fa0569b2fefd346085afa885c3dce21c3) chore(): 从内存里面读取任务 - [`2f7d7a8`](https://github.com/hibiken/asynq/commit/2f7d7a88dd4d837f4aa3538a8ed42feeabf7a6ba) chore(): 从内存里面读取任务 - [`3114776`](https://github.com/hibiken/asynq/commit/311477639e678b30f639a21301001684a599526b) chore(): 调度者队列任务过期时间设置为60s - [`b345b23`](https://github.com/hibiken/asynq/commit/b345b237c78181146729d35979c2b682cdfe9e00) Merge pull request #1 from easy-monitor/pacino/tasks - [`21d91a1`](https://github.com/hibiken/asynq/commit/21d91a1313899d7be1b3d966bd2fe20e4d4ac2b6) chore(): 设置jobId 为cmdb的instanceId ### 📊 Changes **14 files changed** (+98 additions, -91 deletions) <details> <summary>View changed files</summary> 📝 `asynq.go` (+5 -1) 📝 `benchmark_test.go` (+2 -2) 📝 `client_test.go` (+15 -15) 📝 `example_test.go` (+2 -2) 📝 `inspector.go` (+4 -1) 📝 `inspector_test.go` (+2 -2) 📝 `periodic_task_manager_test.go` (+26 -26) 📝 `processor.go` (+2 -2) 📝 `processor_test.go` (+19 -19) 📝 `recoverer.go` (+1 -1) 📝 `scheduler.go` (+9 -9) 📝 `scheduler_test.go` (+3 -3) 📝 `servemux_test.go` (+3 -3) 📝 `server_test.go` (+5 -5) </details> ### 📄 Description _No description provided_ --- <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:25 +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#741
No description provided.