Sha256: 23a51c938732566c00cd22eec321d9d853fba4d7c5e478d965351632b169abbf
Contents?: true
Size: 585 Bytes
Versions: 2
Compression:
Stored size: 585 Bytes
Contents
require "tomo" require "tomo/plugin/sidekiq/tasks" require "tomo/plugin/sidekiq/version" module Tomo module Plugin module Sidekiq extend Tomo::PluginDSL tasks Tomo::Plugin::Sidekiq::Tasks # rubocop:disable Metrics/LineLength defaults sidekiq_systemd_service: "sidekiq_%{application}.service", sidekiq_systemd_service_path: ".config/systemd/user/%{sidekiq_systemd_service}", sidekiq_systemd_service_template_path: File.expand_path("sidekiq/service.erb", __dir__) # rubocop:enable Metrics/LineLength end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
tomo-plugin-sidekiq-0.2.0 | lib/tomo/plugin/sidekiq.rb |
tomo-plugin-sidekiq-0.1.0 | lib/tomo/plugin/sidekiq.rb |