Wojciech Wnętrzak

Results 66 comments of Wojciech Wnętrzak

Not sure if I can help - I'm using `delayed_paperclip` with s3 and sidekiq aj adapter and it works for me. I have: ``` s3_credentials: { bucket: Rails.application.secrets.s3_bucket, access_key_id: Rails.application.secrets.s3_access_key_id,...

I have it in `config/environments/production.rb` but it shouldn't matter

You can also try to log `Paperclip::Attachment.default_options` - populated bucket option should be there

relates to https://github.com/basecamp/kamal/pull/723

In Rails project, we're just defining custom command in `bin/some-name-of-the-command`. Maybe that would be enough for your needs @dhnaranjo

@fschueller @medius The healthcheck handling changed in Kamal 1.6.0 via https://github.com/basecamp/kamal/pull/740 Can you check if this is still issue for you?

Just a note that I had to debug problems with not enough memory on the k8s pods. Thanks to improved logging, ie: ``` │I, [2024-06-19T07:43:56.830679 #1] INFO -- : SolidQueue-0.3.3...

@rosa How do you define healthcheck for Kamal? I'm wondering how to do it in most reliable way especially with the recent change https://github.com/basecamp/kamal/pull/740

This helped me setup HTTPS. Let's merge it.

@LeoDog896 There is a builtin gruvbox theme in zed editor. Maybe it would be possible to port the improvements directly there? I'm not familiar with changes/content, so not sure if...