Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reporter api for running requests #1027

Open
pofider opened this issue Feb 8, 2023 · 0 comments
Open

Reporter api for running requests #1027

pofider opened this issue Feb 8, 2023 · 0 comments

Comments

@pofider
Copy link
Contributor

pofider commented Feb 8, 2023

in the codebase, we often need two things:

  • associate some data to the running request
  • get running request object based on the id

This causes we maintain many Map objects around the codebase.
We should provide Reporter API for these two tasks and move the responsibility there.

First we need to find all the places this change would affect and improve.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant