sidekiq-remote-enqueuer:简单的Sidekiq附加组件可将作业排队到其他应用程序中

时间:2021-05-09 14:00:45
【文件属性】:
文件名称:sidekiq-remote-enqueuer:简单的Sidekiq附加组件可将作业排队到其他应用程序中
文件大小:5KB
文件格式:ZIP
更新时间:2021-05-09 14:00:45
Ruby SidekiqRemoteEnqueuer 简单的Sidekiq附加组件可将作业排队到其他应用程序中。 安装 将此行添加到您的应用程序的Gemfile中: gem 'sidekiq_remote_enqueuer', :git => 'git@github.com:geisonbiazus/sidekiq-remote-enqueuer.git' 然后执行: $ bundle 用法 Sidekiq::RemoteEnqueuer.enqueue_to 'queue', 'RemoteWorkerClass', args 贡献 叉它 创建功能分支( git checkout -b my-new-feature ) 提交更改( git commit -am 'Add some feature' ) 推送到分支( git push origin my-new-feature ) 创建
【文件预览】:
sidekiq-remote-enqueuer-master
----.gitignore(154B)
----LICENSE.txt(1KB)
----spec()
--------spec_helper.rb(341B)
--------lib()
----README.md(608B)
----lib()
--------sidekiq_remote_enqueuer.rb(486B)
--------sidekiq_remote_enqueuer()
----sidekiq_remote_enqueuer.gemspec(1KB)
----Gemfile(108B)
----Rakefile(28B)

网友评论