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