You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.
The chronos task failed, then re-ran. When it re-ran, the token worked fine. Any idea what would cause this? Could we need to allocate more memory to the VGM process?
Thanks
Matt
The text was updated successfully, but these errors were encountered:
This is caused by a bug in the code. There was likely an error communicating with Vault, but the code in provider.go, tries to close a nil body (because an error occurred).
There is likely another communication error occurring, that is being swallowed by the panic. The patch is pretty simple.
Hi, we have experienced this issue intermittently where VGM will throw a memory exception when a token is requested (see below).
The chronos task failed, then re-ran. When it re-ran, the token worked fine. Any idea what would cause this? Could we need to allocate more memory to the VGM process?
Thanks
Matt
The text was updated successfully, but these errors were encountered: