Category "sidekiq"

How to check the sidekiq queue

In a separate tab, I'm running bundle exec sidekiq and in another tab I'm running: SendWithUsInviteeMailerJob.perform_async(invitee.id) which kicks off a jo

What is perform_async in sidekiq

I want to know about perform_async in sidekiq. As I could not found any documentation on this while everyone is using this. So can someone please explain this