Rosa Gutierrez
Rosa Gutierrez
Can you copy your `config/recurring.yml` configuration and your `config/queue.yml` configuration?
Oh, maybe it's the configuration in `environments/development.rb`? Did you follow all the steps outlined [here](https://github.com/rails/solid_queue?tab=readme-ov-file#usage-in-development-and-other-non-production-environments)?
Hey @adrienpoly, sorry for the delay in replying! That's a good question, and there isn't a good way to do this at the moment, not in a way that stays...
Hey @marelons1337, sorry for the delay in replying! This is the same as https://github.com/rails/solid_queue/issues/379. You're not missing anything, as this is currently not supported. If you want to work on...
I'll have a look, @jorgemanrubia! 🙏 Also, @jipiboily, I realised I forgot about `vite_rails` in that other PR. I need to look into how that one works, as I'm not...
@jipiboily, I spent some time looking into `vite_rails` and testing this and it seems you can use `propshaft` together with that without any issues, so I think I'm going to...
@AlicjaCyganiewicz @nicalpi @coalest @humzahkiani-JW @jipiboily, if you want to give a try at #61 please do! I hope it fixes your issues. Basically, just add `propshaft` to your app with...
Ohh, unfortunately that means it's not quite working as it should, as the CSS are one of the things that should be working fine thanks to importmaps and propshaft. Could...
This is on purpose, precisely to allow you to run multiple schedulers without worrying about enqueuing the same task more than once. It's handled in https://github.com/rails/solid_queue/blob/c44520165e69c4f4ed189c82c943be3c9d58d1bf/app/models/solid_queue/recurring_execution.rb#L21-L23 This suggests something else...
THanks @lupinthe14th! This looks like some inconsistency/issue in the Trilogy adapter. I need to debug a bit further using that, to find out why it's not raising the expected exception...