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

DISABLE_SPRING=1 doesn't seem to work #521

Open
RobinClowers opened this issue May 10, 2017 · 5 comments
Open

DISABLE_SPRING=1 doesn't seem to work #521

RobinClowers opened this issue May 10, 2017 · 5 comments

Comments

@RobinClowers
Copy link

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?

@RobinClowers
Copy link
Author

We are using https://github.com/jonleighton/spring-watcher-listen to avoid polling, but again, spring should be disabled.

@RobinClowers
Copy link
Author

I filed an issue over there as well: rails/spring-watcher-listen#18.

@qd3v
Copy link

qd3v commented Oct 26, 2017

Still true :(

@juanibiapina
Copy link

This option doesn't seem to disable spring if you're running spring rspec for instance.

@artur79
Copy link

artur79 commented Sep 26, 2023

I haven't tried with value "1" but that settings helped me to make running my app on github actions

   DISABLE_SPRING: true
   DISABLE_SPRING_WATCHER_LISTEN: true

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

4 participants