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 https://github.com/distribworks/dkron/blob/main/plugin/execution_processor.go#L50
return copies lock value: github.com/distribworks/dkron/v4/types.Execution contains google.golang.org/protobuf/internal/impl.MessageState contains sync.Mutex
this may result in unnecessary lock contention and concurrency issues.
To Reproduce compile error
Expected behavior no compile error
The text was updated successfully, but these errors were encountered:
is anyone took this already? I would like to fix this, if not yet.
Sorry, something went wrong.
Sure, go ahead @BrainGithub
No branches or pull requests
Describe the bug
https://github.com/distribworks/dkron/blob/main/plugin/execution_processor.go#L50
return copies lock value: github.com/distribworks/dkron/v4/types.Execution contains google.golang.org/protobuf/internal/impl.MessageState contains sync.Mutex
this may result in unnecessary lock contention and concurrency issues.
To Reproduce
compile error
Expected behavior
no compile error
The text was updated successfully, but these errors were encountered: