-
Notifications
You must be signed in to change notification settings - Fork 341
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
DISABLE_SPRING=1 doesn't seem to work #521
Comments
We are using https://github.com/jonleighton/spring-watcher-listen to avoid polling, but again, spring should be disabled. |
I filed an issue over there as well: rails/spring-watcher-listen#18. |
Still true :( |
This option doesn't seem to disable spring if you're running |
I haven't tried with value "1" but that settings helped me to make running my app on github actions
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We don't want to use spring at all on our CI server, so we export the var
DISABLE_SPRING=1
, which is supposed to stop spring from running. However, we are seeing this in the logs:FATAL: Listen error: unable to monitor directories for changes.
, which is also failing our builds. How can we globally disable spring?The text was updated successfully, but these errors were encountered: