rails / mission_control-jobs

Dashboard and Active Job extensions to operate and troubleshoot background jobs
MIT License
611 stars 71 forks source link

0.3.2 requires Propshaft #178

Closed elliotlarson closed 1 month ago

elliotlarson commented 1 month ago

We noticed after upgrading to 0.3.2 that our app was loading pages very slowly in development. After downgrading to 0.3.1 things worked as expected again. It looks like 0.3.2 pulls in the Propshaft gem. If I just add Propshaft to our Gemfile we experience the issue again, so it seems like this is the source of the issue. Is there a way to remove this as a dependency for Mission Control Jobs?

rosa commented 1 month ago

Hey @elliotlarson, I reverted the change that brought propshaft yesterday, and released version 0.3.3. Can you upgrade to that one?

elliotlarson commented 1 month ago

@rosa Ah, perfect! Thank you. That worked.