We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug
The Inspector method cannot pass ctx to control the execution of the broker. It should be allowed to enter the parameter ctx.
See: https://github.com/hibiken/asynq/blob/2b632b93d5d57a9302ad82a4b028830daa030c73/inspector.go
asynq/inspector.go
Line 42 in 2b632b9
Line 225 in 2b632b9
The text was updated successfully, but these errors were encountered:
I think asynq inspector don't need context in function. inspector is only called by asynqmon in order to inspect asynq now. why do you need ctx ?
Sorry, something went wrong.
@cold-bin
hibiken
No branches or pull requests
Describe the bug
The Inspector method cannot pass ctx to control the execution of the broker. It should be allowed to enter the parameter ctx.
See: https://github.com/hibiken/asynq/blob/2b632b93d5d57a9302ad82a4b028830daa030c73/inspector.go
asynq/inspector.go
Line 42 in 2b632b9
asynq/inspector.go
Line 225 in 2b632b9
The text was updated successfully, but these errors were encountered: