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
Description
version 3006.5
3006.5
File client timeout time nonsensical File client timed out after 1701803828
File client timed out after 1701803828
from fileclient.py this seems to be an unformatted amount of time.
def _channel_send(self, load, raw=False): start = time.monotonic() try: return self.channel.send( load, raw=raw, ) except salt.exceptions.SaltReqTimeoutError: raise SaltClientError( f"File client timed out after {int(time.time() - start)}" )
The text was updated successfully, but these errors were encountered:
Fixed in 3006.7
3006.7
Sorry, something went wrong.
No branches or pull requests
Description
version
3006.5
File client timeout time nonsensical
File client timed out after 1701803828
from fileclient.py this seems to be an unformatted amount of time.
The text was updated successfully, but these errors were encountered: