Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Action exceeds runtime #4

Open
erikeverts opened this issue Mar 28, 2024 · 2 comments
Open

Action exceeds runtime #4

erikeverts opened this issue Mar 28, 2024 · 2 comments

Comments

@erikeverts
Copy link

Not sure what is going on as there are no logs or error messages. We're using the action and it runs for 6 hours after which it gets cancelled because that exceeds the maximum runtime for a job in github action. Wondering what could be causing it to run for so long

  - name: Publish Markdown to Confluence
    uses: markdown-confluence/publish-action@v5
    with:
      confluenceBaseUrl: https://<oururl>.atlassian.net
      confluenceParentId: <parentid>
      atlassianUserName: ${{ secrets.CONFLUENCE_USERNAME }}
      atlassianApiToken: ${{ secrets.CONFLUENCE_API_KEY }}
      folderToPublish: docs

In the docs folder and its subfolder are a total of 166 markdown files

@theherk
Copy link

theherk commented Nov 27, 2024

The same is happening to me. Was completing nearly instantly; now just hangs forever. @andymac4182, it would be good if you could comment on this.

@theherk
Copy link

theherk commented Nov 27, 2024

Seems it is the chrome process hanging. This doesn't happen with the cli, but does seem to hang the action. If I add any mermaid diagrams, the process sticks indefinitely.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants