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

Can we give tasks meaningful names for debugging? #4

Open
njsmith opened this issue Oct 7, 2018 · 0 comments
Open

Can we give tasks meaningful names for debugging? #4

njsmith opened this issue Oct 7, 2018 · 0 comments

Comments

@njsmith
Copy link
Member

njsmith commented Oct 7, 2018

Right now they're all named worker, which is pretty useless.

In run_on_each, we could easily name them like f"{async_fn.__name__} #{index}", which seems reasonable.

But that wouldn't help run_all, where you really want to pass down each individual callable's name somehow... maybe run_on_each should have an option to explicitly override the names?

Though probably we need to figure out what the actual public APIs are (#3) before worrying about this too much.

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