mirror of
https://github.com/hibiken/asynq.git
synced 2026-04-25 23:15:51 +03:00
[PR #838] feat: add metadata task #2914
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#2914
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/838
Author: @alabarjasteh
Created: 3/10/2024
Status: 🔄 Open
Base:
master← Head:master📝 Commits (1)
3b46717feat: add metadata task📊 Changes
22 files changed (+299 additions, -237 deletions)
View changed files
📝
aggregator.go(+1 -1)📝
aggregator_test.go(+15 -15)📝
asynq.go(+16 -9)📝
benchmark_test.go(+2 -2)📝
client.go(+5 -4)📝
client_test.go(+16 -16)📝
example_test.go(+2 -2)📝
go.mod(+1 -0)📝
go.sum(+2 -1)📝
inspector.go(+2 -2)📝
inspector_test.go(+2 -2)📝
internal/base/base.go(+5 -0)📝
internal/proto/asynq.pb.go(+136 -121)📝
internal/proto/asynq.proto(+4 -0)➕
metadata.go(+27 -0)📝
periodic_task_manager_test.go(+26 -26)📝
processor.go(+3 -2)📝
processor_test.go(+20 -20)📝
recoverer.go(+1 -1)📝
scheduler_test.go(+4 -4)...and 2 more files
📄 Description
A field has been introduced to the
Taskfor carrying values across API boundaries. It can be utilized to address cross-cutting concerns, including distributed tracing, as highlighted in issues #547 and #774 .🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.