How to get job stats with Shoryuken?

628 Views Asked by At

Is there a way to get job stats from Shoryuken similar stats from Sidekiq via an API (https://github.com/mperham/sidekiq/wiki/API)?

1

There are 1 best solutions below

0
user1186842 On

Looks like I should be using AWS SDK (https://docs.aws.amazon.com/sdk-for-ruby/v3/developer-guide/sqs-example-show-queues.html) to get such stats like number of inflight messages in the queue etc.