gem for webhooks or just bg job?
Hi rails gurus! I have to implement a bunch of webhooks on my site(after user login, some actions on site etc.). I use GoodJob as scheduler. Should I just continue use it and implement webhook logic by myself(so it should be bg job then), or there is a dedicated good gem for that you can recommend?