Skip to content

Terraform module hangs in the web version #624

@taskinen

Description

@taskinen

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions