You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When looking at the sidekiq web interface, you can only see the tenant of a certain job in the individual job details from the retries/scheduled/dead list. That makes it hard to identify a running or enqueued job.
I ended up adding a small monkey patch to show the tenant as one of the arguments in my apartment initializer, but don't know if that's the best approach or where would you place it in this gem.
When looking at the sidekiq web interface, you can only see the tenant of a certain job in the individual job details from the retries/scheduled/dead list. That makes it hard to identify a running or enqueued job.
I ended up adding a small monkey patch to show the tenant as one of the arguments in my apartment initializer, but don't know if that's the best approach or where would you place it in this gem.
The text was updated successfully, but these errors were encountered: