Sidekiq: Is Sidekiq Web UI compatible with Rails API (Rails 5)

Created on 6 Nov 2016  路  1Comment  路  Source: mperham/sidekiq

My team is considering to use sidekiq with an API only rails 5 app.

I'm not very familiar with rails internals, and wonder if sidekiq web ui works without the middlewares to handle js/css assets.

Can anybody shed light?

Most helpful comment

Sidekiq's UI only requires rack and rack-protection, it does not use Rails at all.

>All comments

Sidekiq's UI only requires rack and rack-protection, it does not use Rails at all.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

aglushkov picture aglushkov  路  3Comments

HenleyChiu picture HenleyChiu  路  4Comments

rajcybage picture rajcybage  路  3Comments

edgarjs picture edgarjs  路  3Comments

bartimaeus picture bartimaeus  路  3Comments