This is usefull for the scenario where an HTTP requests triggers an async job on a celery worker and the administrator would like to track from the logs of the worker, which request initiated this worker.
There is a POC implementation that uses celery protocol headers to pass OOB data with the current trace id. This implementation could be shipped under flask_traceid.utils package.
This is usefull for the scenario where an HTTP requests triggers an async job on a celery worker and the administrator would like to track from the logs of the worker, which request initiated this worker.
There is a POC implementation that uses
celery
protocolheaders
to pass OOB data with the current trace id. This implementation could be shipped underflask_traceid.utils
package.