You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems to me, to be troublesome to impose using the rvm:hook task on every other library that wants to work in tandem. I contribute to the sidekiq project, and this would require us to make a change for the two libraries to work together.
For instance, on a fresh install of rails, with capistrano v3, and capistrano/rvm, and sidekiq. Running cap production sidekiq:start will simply not work unless a change was made, either by the host app or the sidekiq project to call rvm:hook before the sidekiq tasks ran.
The text was updated successfully, but these errors were encountered:
It seems to me, to be troublesome to impose using the
rvm:hook
task on every other library that wants to work in tandem. I contribute to thesidekiq
project, and this would require us to make a change for the two libraries to work together.For instance, on a fresh install of rails, with capistrano v3, and capistrano/rvm, and sidekiq. Running
cap production sidekiq:start
will simply not work unless a change was made, either by the host app or the sidekiq project to callrvm:hook
before the sidekiq tasks ran.The text was updated successfully, but these errors were encountered: