Alex Robbin
Alex Robbin
Oh right, I should've included that! We're on the latest version, motor-admin v0.4.26.
@lloeki thanks so much for your detailed walkthrough of the issue! For what it's worth, we do have a matching route in our routing table here: ``` Prefix Verb URI...
@StrikeW according to [this post](https://engineering.zalando.com/posts/2023/11/patching-pgjdbc.html), it looks like recent versions (v42.7.0+) of the PgJDBC driver may have resolved this issue (pgjdbc/pgjdbc#2941). Is it possible the version RW depends on needs...
Ohhh good to know! @StrikeW is that something we should do in our own source configuration, or do you plan to do it globally across all PG CDC source connectors?
Fantastic! Will patiently await a fix upstream. ❤️
@schneems can you expand on why enhancing `assets:precompile` would work? I thought `DATABASE_URL` (and all other config variables) wouldn't be available in the build stage, which would result in `db:schema:cache:dump`...
This would be a great improvement to our workflow with RisingWave, so would love to see this prioritized!
@ivoanjo I think so. Looking at the latest `sidekiq.job` traces (when running v2.22.0), I see this for `sidekiq.jobs.args`: ``` [{"job_class" => "?", "job_id" => "?", "provider_job_id" => "?", "queue_name" =>...
@ivoanjo sure thing! I've opened request #2268925 with the same info. Happy to provide additional details as necessary in that system.
@marcotc was just wondering if this was something you'd be able to take a look at when you get a chance. It would be great to get this into a...