mirror of
https://github.com/hibiken/asynq.git
synced 2026-04-25 23:15:51 +03:00
[PR #324] [MERGED] Add TaskID Option #711
Labels
No labels
CLI
bug
designing
documentation
duplicate
enhancement
good first issue
good first issue
help wanted
idea
invalid
investigate
needs-more-info
performance
pr-welcome
pull-request
question
wontfix
work in progress
work in progress
work-around-available
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/asynq#711
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/asynq/pull/324
Author: @hibiken
Created: 9/12/2021
Status: ✅ Merged
Merged: 9/12/2021
Merged by: @hibiken
Base:
next← Head:feature/taskid_opt📝 Commits (3)
b7b7b3fChange TaskMessage.ID type from uuid.UUID to stringce15e05Update RDB Enqueue and Schedule methods to check for task ID conflict4d8fd59Add TaskID option to allow user to specify task id📊 Changes
18 files changed (+509 additions, -180 deletions)
View changed files
📝
CHANGELOG.md(+5 -0)📝
asynq.go(+1 -1)📝
client.go(+35 -1)📝
client_test.go(+104 -0)📝
context.go(+1 -1)📝
context_test.go(+7 -7)📝
heartbeat.go(+2 -2)📝
inspector.go(+4 -21)📝
inspector_test.go(+6 -6)📝
internal/asynqtest/asynqtest.go(+9 -9)📝
internal/base/base.go(+3 -4)📝
internal/base/base_test.go(+1 -1)📝
internal/errors/errors.go(+3 -0)📝
internal/rdb/inspect.go(+17 -18)📝
internal/rdb/inspect_test.go(+34 -34)📝
internal/rdb/rdb.go(+79 -31)📝
internal/rdb/rdb_test.go(+196 -42)📝
processor.go(+2 -2)📄 Description
Closes #322
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.