Updates task name

This commit is contained in:
Brusk Awat 2022-12-01 21:37:52 +03:00
parent fff667c421
commit 3fe7b9bbf9
Signed by: broosk1993
GPG Key ID: 5D20F7E02649F74E
2 changed files with 3 additions and 3 deletions

View File

@ -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|

View File

@ -1,5 +1,5 @@
# frozen_string_literal: true
module RabbitCarrots
VERSION = "0.1.11"
VERSION = "0.1.12"
end