-
Notifications
You must be signed in to change notification settings - Fork 469
Closed
Description
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.
Metadata
Metadata
Assignees
Labels
No labels