Ronaldo Raivil
Ronaldo Raivil
Hey @boazsegev, I'm helping Daniel with those tests. I was able to have it running with self-signed certificates (expired and valid). It works as expected. I've tried using env vars...
Hey @boazsegev, Thank you so much for the help so far. Right now I'm out of bandwidth to fork the repo and execute the suggested tests. I'll stick to Puma...
@camertron thank you for the reply. I'm currently out of bandwidth for a pairing session, but I'll definitely consider it when thing calm down.
Hey @DimCitus, Is the goal of integrating Wal-g with pg_auto_failover still valid? I'm considering wal-g for a new Citus 11 cluster where it will also use pg_auto_failover now that it's...
Here's a full stack trace. The problem just occurred without any app or server changes. ``` /opt/main-app/current/vendor/bundle/ruby/3.1.0/gems/identity_cache-1.2.0/lib/identity_cache/encoder.rb:71:in `[]' /opt/main-app/current/vendor/bundle/ruby/3.1.0/gems/identity_cache-1.2.0/lib/identity_cache/encoder.rb:71:in `record_from_coder' /opt/main-app/current/vendor/bundle/ruby/3.1.0/gems/identity_cache-1.2.0/lib/identity_cache/encoder.rb:21:in `block in decode' /opt/main-app/current/vendor/bundle/ruby/3.1.0/gems/activesupport-7.0.4/lib/active_support/notifications.rb:208:in `instrument' /opt/main-app/current/vendor/bundle/ruby/3.1.0/gems/identity_cache-1.2.0/lib/identity_cache/encoder.rb:20:in `decode' /opt/main-app/current/vendor/bundle/ruby/3.1.0/gems/identity_cache-1.2.0/lib/identity_cache/cached/primary_index.rb:74:in `cache_decode'...
I've started seeing the same exception on CI while running specs. They fail randomly and fetch_by_slug calls (cache_index).
@saiqulhaq-hh what kind of issues are you facing? I'm having issues with IDC as well, as described at https://github.com/Shopify/identity_cache/issues/525
Hey @marcoroth Sorry but it will be a little hard to post everything, the code is protected and it's also generated by other components, which makes it a little bit...
Hey, do we have any updates on this? I'm trying to configure better logging for Sidekiq Web UI and it doesn't play well with Lograge since it's a simple rack...
had the same warning with version `1.3.4` ```` google/cloud/firestore_v1/base_collection.py:303: UserWarning: Detected filter using positional arguments. Prefer using the 'filter' keyword argument instead. return query.where(field_path, op_string, value) ```