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

Fix missing string formatting and return msg as an error #451

Closed

Conversation

cschwede
Copy link
Contributor

String formatting is missing if job is not found. Instead of logging an error, return the error with the message. Jobs need to be restarted to be executed again, but might be deleted already because of their TTL. In this case this is not an error and should be handled properly by the calling code.

String formatting is missing if job is not found. Instead of logging an
error, return the error with the message. Jobs need to be restarted to
be executed again, but might be deleted already because of their TTL. In
this case this is not an error and should be handled properly by the
calling code.
@cschwede
Copy link
Contributor Author

Just noticed #449 fixes this as well. Closing.

@cschwede cschwede closed this Feb 13, 2024
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

Successfully merging this pull request may close these issues.

1 participant