Rykian / clockwork

A scheduler process to replace cron.
MIT License
544 stars 66 forks source link

Seeing uninitialized constant ActiveSupport::XmlMini::IsolatedExecutionState (NameError) when trying to run clock #74

Closed macgill4444 closed 2 years ago

macgill4444 commented 2 years ago

Hey!

I just upgraded my Rails app to Rails 7.0.1 and when I try to run bundle exec clockwork config/clock.rb I see the following error:

uninitialized constant ActiveSupport::XmlMini::IsolatedExecutionState (NameError)

image

Any ideas what could be going on? Or solutions?

macgill4444 commented 2 years ago

This was fixed by upgraded to version 3.0.0. I was still running on 2.0.4. Thank you!