mirror of
https://github.com/hibiken/asynqmon.git
synced 2026-04-26 17:45:50 +03:00
[PR #124] [MERGED] Update to be asynq v0.18 compatible #550
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/asynqmon#550
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:next📝 Commits (10+)
d0ab98dUse local asynq package for next versionac4d3feUpdate to use new Task API444f8fcUpdate to new asynq API3cded4aUpdate UI code with new API5fad928Update timeAgo helper to handle zero unix timed96ed1fAdjust payload field to print content if bytes are printablea155dc0Fix isPrintable helper039a635Fix buildceed5d8Update go.mod to depend on asynq v0.183223b5cUpdate 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.