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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
fixed a bug where comfy exits would not correctly reject a promise, causing the restart behavior to not work
fixed a bug where a failing warmup workflow was ignored, which allowed the server to start anyways, and pass health checks. Now if the warmup workflow fails, the server will not become healthy, and will instead exit.
fixed a bug in the release workflow
fixed a typo in the readme
add github action workflow for building docker images when a release is published