Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[EASY] Bring back tracing spans for submission (#3014)
# Description When we started to submit solutions in a background task with #2986 the logs emitted from the submission future lost all the tracing information of the run loop. That means you can no longer easily grep for an auction id in the logs and see the submission logs. # Changes Instruments the submission future with the current tracing span to bring back the auction id and other data that is available while building the future.
- Loading branch information