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
There is a TODO comment in pkg/compute/bidder.go indicating that error handling needs to be implemented when updating the execution state:
pkg/compute/bidder.go
// TODO: handle error by either gracefully skipping if the execution is no longer in the created state // or by failing the execution
It's important to handle these errors to ensure the system remains robust in case the execution state changes unexpectedly.
This issue was generated based on the discussion in PR #4683: #4683
Original comment: #4683 (comment)
Requested by @wdbaruni
The text was updated successfully, but these errors were encountered:
ENG-306 Implement error handling when updating execution state in Bidder
Sorry, something went wrong.
wdbaruni
No branches or pull requests
There is a TODO comment in
pkg/compute/bidder.go
indicating that error handling needs to be implemented when updating the execution state:It's important to handle these errors to ensure the system remains robust in case the execution state changes unexpectedly.
This issue was generated based on the discussion in PR #4683: #4683
Original comment: #4683 (comment)
Requested by @wdbaruni
The text was updated successfully, but these errors were encountered: