taskiq-python / taskiq

Distributed task queue with full async support
MIT License
694 stars 44 forks source link

Log collection in async environment #251

Open cofob opened 7 months ago

cofob commented 7 months ago

Gist with example implementation: https://gist.github.com/cofob/6b89f4d62efb4eddb26a3c8853128c84

I'm not sure how to integrate this into the taskiq codebase, as you need to configure the logging handler in some way, and you need to embed this logic into the main Receiver itself.