Results 194 comments of Adam Grare

> Will the bundle install in the ruby setup update any dependencies under specs: if they have changed in the plugin gemspec? You mean like if a plugin updated their...

@Fryguy what do you think about this?

Example provider worker class: ``` app/models/manageiq/providers/vmware/infra_manager/event_catcher.rb class ManageIQ::Providers::Vmware::InfraManager::EventCatcher < ManageIQ::Providers::BaseManager::EventCatcher self.rails_worker = worker_settings.fetch(:rails_worker, true) require_nested :Runner end app/models/manageiq/providers/vmware/infra_manager/event_catcher/runner.rb class ManageIQ::Providers::Vmware::InfraManager::EventCatcher::Runner < ManageIQ::Providers::BaseManager::EventCatcher::Runner private # We could add this to a...

>> If we move the logic for starting a non-rails worker into the ::Runner class it allows us to > > What do you mean by the this? Do you...

Yeah there are two high-level approaches to do this, 1. You can fetch the pricing charts and use that to estimate the historical and projected costs (this will always be...

Going to close this as we don't currently have a requirement for it

@jeffibm we should be able to reproduce this without requiring a database from @remo233

I ran into this issue as well on CentOS Stream 9, however I was able to work around it by installing an older version of openssl. OS: CentOS Stream release...

Maybe dreaming...but what about a Github Checks entry for the cross-repo test run instead of just a comment?

:+1: to not require for every PR, I'm assuming miq_bot could post to some API to add a check after starting the cross-repo-test but you're right that is an assumption