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