Open
Description
Hello,
With the release of Spring 4.0, rake tasks and processes just hang, both on local systems as well as the CI Pipeline.
For example:
bundle exec rails db:drop db:create db:schema:load
The above will just run indefinitely, with no output or any error messages.
Does not respond to CTRL+C interrupts and requires the usage of kill
to actually terminate the Ruby processes.
However when I switch back to Spring 3.1.1 everything worked:
olivar@Arnes-MacBook-Pro ~/RubymineProjects/deployment_history master bundle exec rake db:drop
Dropped database 'deployment_history_development'
olivar@Arnes-MacBook-Pro ~/RubymineProjects/deployment_history master bundle exec rake db:create db:schema:load
Created database 'deployment_history_development'
This is on a Rails 6.1 Project with Ruby 2.7.3
Metadata
Metadata
Assignees
Labels
No labels