palkan / active_delivery

Ruby framework for keeping all types of notifications (mailers, push notifications, whatever) in one place

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not working with sidekiq

yllihv27 opened this issue · comments

I tried using it with sidekiq but not working

Could you please elaborate?
Active doesn't know anything about queue adapters. For mailers it uses deliver_later, for custom lines you should define notify_later method.

Its working .. my bad . I forgot to use notify! because I am calling it inside another job