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 quickstart image can be used in GitHub Actions workflows by starting the image in a step, but as a Service, for some reason Horizon appears to fail to start.
For example:
quickstart | supervisor: 2023-12-22 00:58:55,625 INFO spawned: 'horizon' with pid 618
quickstart | supervisor: 2023-12-22 00:58:55,698 INFO exited: horizon (exit status 1; not expected)
quickstart | supervisor: 2023-12-22 00:58:55,750 INFO gave up: horizon entered FATAL state, too many start retries too quickly
In the interim it's possible to replace the service with a run step that runs docker run -d ..., where the -d causes it to run in the background. An example:
The quickstart image can be used in GitHub Actions workflows by starting the image in a step, but as a Service, for some reason Horizon appears to fail to start.
For example:
https://github.com/leighmcculloch/exp-quickstart-in-actions-services/actions/runs/7295600134/job/19882754123
Reported by @chadoh as occurring in this PR:
AssembledTransaction
abstraction js-stellar-sdk#891cc @chadoh
The text was updated successfully, but these errors were encountered: