issues
search
Tinkoff
/
Horarium
Horarium is the .Net library to manage background jobs
Apache License 2.0
56
stars
12
forks
source link
Telemetry support
#52
Open
hayhay27
opened
2 years ago
hayhay27
commented
2 years ago
It would be nice to track jobs with traceId.
Producer puts Activity.Id into job's context.
Consumer gets job and links own activity with previous one.
Profit - we can track process after job scheduling.
It would be nice to track jobs with traceId.