Skip to content
Snippets Groups Projects
Commit a92d8c7b authored by Teal's avatar Teal
Browse files

add rake task for telegram notifier

parent 62733656
No related branches found
No related tags found
No related merge requests found
namespace :subscribers do
desc "Run Telegram Notifier Subscriber"
task telegram: :environment do
TelegramBotSubscriber.subscribe
Rails.logger.info "TelegramBotSubscriber started"
loop do
sleep 10
end
end
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment