[PR #124] [MERGED] Update to be asynq v0.18 compatible #900

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

📋 Pull Request Information

Original PR: https://github.com/hibiken/asynqmon/pull/124
Author: @hibiken
Created: 6/29/2021
Status: Merged
Merged: 6/29/2021
Merged by: @hibiken

Base: masterHead: next


📝 Commits (10+)

  • d0ab98d Use local asynq package for next version
  • ac4d3fe Update to use new Task API
  • 444f8fc Update to new asynq API
  • 3cded4a Update UI code with new API
  • 5fad928 Update timeAgo helper to handle zero unix time
  • d96ed1f Adjust payload field to print content if bytes are printable
  • a155dc0 Fix isPrintable helper
  • 039a635 Fix build
  • ceed5d8 Update go.mod to depend on asynq v0.18
  • 3223b5c Update readme

📊 Changes

23 files changed (+586 additions, -927 deletions)

View changed files

📝 README.md (+1 -1)
📝 conversion_helpers.go (+83 -59)
📝 go.mod (+2 -1)
📝 go.sum (+46 -18)
📝 main.go (+11 -12)
📝 queue_handlers.go (+14 -13)
📝 scheduler_entry_handlers.go (+4 -4)
📝 server_handlers.go (+2 -2)
📝 task_handlers.go (+94 -94)
📝 ui/src/actions/tasksActions.ts (+140 -140)
📝 ui/src/api.ts (+52 -53)
📝 ui/src/components/ActiveTasksTable.tsx (+1 -1)
📝 ui/src/components/ArchivedTasksTable.tsx (+16 -18)
ui/src/components/DeadTasksTable.tsx (+0 -388)
📝 ui/src/components/PendingTasksTable.tsx (+15 -17)
📝 ui/src/components/RetryTasksTable.tsx (+18 -20)
📝 ui/src/components/ScheduledTasksTable.tsx (+18 -20)
📝 ui/src/components/SchedulerEntriesTable.tsx (+1 -1)
📝 ui/src/components/ServersTable.tsx (+4 -4)
📝 ui/src/reducers/queuesReducer.ts (+20 -20)

...and 3 more files

📄 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/asynqmon/pull/124 **Author:** [@hibiken](https://github.com/hibiken) **Created:** 6/29/2021 **Status:** ✅ Merged **Merged:** 6/29/2021 **Merged by:** [@hibiken](https://github.com/hibiken) **Base:** `master` ← **Head:** `next` --- ### 📝 Commits (10+) - [`d0ab98d`](https://github.com/hibiken/asynqmon/commit/d0ab98dc4d78d1d5a4f2b8e8f742a6386946916c) Use local asynq package for next version - [`ac4d3fe`](https://github.com/hibiken/asynqmon/commit/ac4d3fe441702322d8a1929132cb491125bbf34a) Update to use new Task API - [`444f8fc`](https://github.com/hibiken/asynqmon/commit/444f8fc1b2acd58a7fc2879e7c300f0efdef434c) Update to new asynq API - [`3cded4a`](https://github.com/hibiken/asynqmon/commit/3cded4ab8e532c6b87cea03109c020152a3dd3b8) Update UI code with new API - [`5fad928`](https://github.com/hibiken/asynqmon/commit/5fad928589a16b0daee2b4750325efb793822cba) Update timeAgo helper to handle zero unix time - [`d96ed1f`](https://github.com/hibiken/asynqmon/commit/d96ed1f2b3f90a3dac5be5f3ea7493b5aa8055c7) Adjust payload field to print content if bytes are printable - [`a155dc0`](https://github.com/hibiken/asynqmon/commit/a155dc03527fd9fcc4fcebad04b8d78a52385ec5) Fix isPrintable helper - [`039a635`](https://github.com/hibiken/asynqmon/commit/039a635985a18353918c5380c816eb928bd7ecd9) Fix build - [`ceed5d8`](https://github.com/hibiken/asynqmon/commit/ceed5d88784ede74140cf3996d5e172af5b4cc40) Update go.mod to depend on asynq v0.18 - [`3223b5c`](https://github.com/hibiken/asynqmon/commit/3223b5c736744fb3605f218d0fa8e72a905d515c) Update readme ### 📊 Changes **23 files changed** (+586 additions, -927 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -1) 📝 `conversion_helpers.go` (+83 -59) 📝 `go.mod` (+2 -1) 📝 `go.sum` (+46 -18) 📝 `main.go` (+11 -12) 📝 `queue_handlers.go` (+14 -13) 📝 `scheduler_entry_handlers.go` (+4 -4) 📝 `server_handlers.go` (+2 -2) 📝 `task_handlers.go` (+94 -94) 📝 `ui/src/actions/tasksActions.ts` (+140 -140) 📝 `ui/src/api.ts` (+52 -53) 📝 `ui/src/components/ActiveTasksTable.tsx` (+1 -1) 📝 `ui/src/components/ArchivedTasksTable.tsx` (+16 -18) ➖ `ui/src/components/DeadTasksTable.tsx` (+0 -388) 📝 `ui/src/components/PendingTasksTable.tsx` (+15 -17) 📝 `ui/src/components/RetryTasksTable.tsx` (+18 -20) 📝 `ui/src/components/ScheduledTasksTable.tsx` (+18 -20) 📝 `ui/src/components/SchedulerEntriesTable.tsx` (+1 -1) 📝 `ui/src/components/ServersTable.tsx` (+4 -4) 📝 `ui/src/reducers/queuesReducer.ts` (+20 -20) _...and 3 more files_ </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-15 21:41:17 +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/asynqmon#900
No description provided.