Stephen Margheim
Stephen Margheim
Also of note, if I run a `ErroringJob.perform_later` from the console, that exception is not reported either
Yeah, probably the right place to start. Annoying that major players don't use the Rails error subscriber now and force these kind of pragmatics on us. But it is what...
@rosa: I can't figure out how the `solid_queue:install:migrations` Rake task is defined, so I can't then figure out if there is any way to specify a specific database for that...
I will also add to the README and some tests
We could also just add an executable test script, like the bug report templates from the Rails guides. Then, just have CI execute those scripts.
Try swapping the order that you define the reader and writer pools. AR treats the first defined config as the default.
I am traveling now, but pushed this commit from my phone: https://github.com/fractaledmind/activerecord-enhancedsqlite3-adapter/commit/4a25e0e8f930e3dd69648fa7b17715a99a782f45 I will release a new version once I get settled. Thanks for reporting the bug
We need to figure out the best way to integrate this usage pattern into the gem... 🤔
@5280bm How do you run additional processes, like Sidekiq or SolidQueue in your setup?
@clayton Could you detail your setup? I'd love to make the gem useful in a Docker context, but I simply don't use Docker and Kamal for my apps, so I...