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.

  1. Producer puts Activity.Id into job's context.
  2. Consumer gets job and links own activity with previous one.
  3. Profit - we can track process after job scheduling.