Rosa Gutierrez

Results 343 comments of Rosa Gutierrez

Hey @rbarrera87, this doesn't seem related to Solid Queue. Solid Queue relies on `ActiveSupport::ConfigurationFile.parse` to load the recurring configuration. Looks like this is related to https://github.com/ruby/psych/pull/487, and was worked around...

I think the solution from @kylekeesling here is a good one so I'm going to close this as not planned right now, but I might come back to it in...

I ended up with a different but similar version in https://github.com/rails/solid_queue/pull/439, where we always delete `solid_queue.connects_to` first, and then proceed as before.

Thanks a lot for the work and ideas here, @uurcank and @Shaglock!

Thanks a lot @yahonda! 🙏 And thanks a lot to @byroot for merging this! I've been on-call the past week and it's been crazy busy so I hadn't had the...

Hey @epugh, thanks for the link to the app and the PR. That's very strange! I wonder if, given that this branch hasn't been merged yet, is possible you're enqueuing...

@jbennett, does it happen consistently in staging/production for `MyJob`? Where is `MyJob` defined? As for the recurring job, could you copy the entry for that in `recurring.yml`?

Huh, that's so odd! How are you deploying the code to production and how are you starting solid queue?

Oh, interesting! @jbennett, can you reproduce this if you run Solid Queue via `bin/jobs` instead of via the Puma plugin? And with the Puma plugin, are you [preloading your app](https://nts.strzibny.name/preloading-applications-in-production/)?

@epugh, does the [RunJudgeJudyJob](https://github.com/o19s/quepid/blob/judge_judy/app/jobs/run_judge_judy_job.rb) fail consistently? Or is it just sometimes? > If you are curious @rosa and want an account on the staging server to see "Mission Control" (it's...