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
The Terraform module hangs with the message "Acquiring state lock. This may take a few moments..." when accessed via the web version at https://svenstaro.github.io/genact/
The issue appears to be with the code, where the sleep command doesn't terminate:
print("Acquiring state lock. This may take a few moments...\r\n").await;
csleep(500).await;
Or could the problem lie with a subsequent operation that fails to execute?
The implementation of the sleep function is consistent with its use in other modules.
The text was updated successfully, but these errors were encountered:
The Terraform module hangs with the message "Acquiring state lock. This may take a few moments..." when accessed via the web version at https://svenstaro.github.io/genact/
The issue appears to be with the code, where the sleep command doesn't terminate:
Or could the problem lie with a subsequent operation that fails to execute?
The implementation of the sleep function is consistent with its use in other modules.
The text was updated successfully, but these errors were encountered: