mirror of
https://github.com/ditkrg/rabbit_carrots.git
synced 2026-01-22 22:06:40 +00:00
Updates task name
This commit is contained in:
parent
fff667c421
commit
3fe7b9bbf9
@ -1,8 +1,8 @@
|
||||
require 'bunny'
|
||||
|
||||
namespace :rmq do
|
||||
namespace :rabbit_carrots do
|
||||
desc 'Listener for Queue'
|
||||
task subscriber: :environment do
|
||||
task eat: :environment do
|
||||
Rails.application.eager_load!
|
||||
|
||||
channels = RabbitCarrots.configuration.routing_key_mappings.map do |mapping|
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module RabbitCarrots
|
||||
VERSION = "0.1.11"
|
||||
VERSION = "0.1.12"
|
||||
end
|
||||
|
||||
Loading…
Reference in New Issue
Block a user