This repository has been archived by the owner on Oct 28, 2020. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dependencies.py: fixup bug with shared logger extra
- Do not overwrite existing shared logger. It produces a bug with one logging extra (extra with worker_ctx) for each worker (but it should be unique per worker). Return only logging adapter, and use _worker_ctx_to_dict to get worker's context in worker_result() function.
- Loading branch information