I am using Sidekiq to run a background jobs for my Rails application.
I want to find out status (InProgress, Completed, Failed, Dead) of the old Sidekiq job executed 10 or 15 days ago by using jid.
Is there a way to find Sidekiq job status by using jid?