Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Running without stop #319

Closed
datpmt opened this issue Apr 29, 2024 · 1 comment
Closed

Running without stop #319

datpmt opened this issue Apr 29, 2024 · 1 comment

Comments

@datpmt
Copy link

datpmt commented Apr 29, 2024

Bug Description:
Over the last three weeks, I've encountered consistent timeouts while running GitHub Actions, despite the successful execution of command lines. Upon investigation, it seems that the culprit might be the command:

bundle exec sidekiq -e production -C config/sidekiq.yml -d

Although I can't pinpoint the exact cause, it's likely related to the -d flag, instructing Sidekiq to operate in daemon mode. It's worth noting that this issue has not surfaced previously.

Steps to Reproduce:

  1. Execute the GitHub Actions workflow containing the command bundle exec sidekiq -e production -C config/sidekiq.yml -d.
  2. Observe the workflow execution for timeouts.

Expected Behavior:
The GitHub Actions workflow should execute the Sidekiq command successfully without timing out.

Actual Behavior:
The workflow consistently times out despite successful execution of the command lines.

Additional Information:

  • @v0.1.8
  • Ruby on Rails

Note:
I'm submitting this bug report to seek assistance in resolving the timeout issue encountered with GitHub Actions. Any insights or suggestions would be greatly appreciated.

@datpmt
Copy link
Author

datpmt commented May 9, 2024

I have found the solution.

@datpmt datpmt closed this as completed May 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant