fs / rails-base-graphql-api

Base Rails application for GraphQL API
27 stars 7 forks source link

Add session store to fix sidekiq web ui #234

Closed ArthurZaharov closed 1 year ago

ArthurZaharov commented 1 year ago

Summary

The session store should be configured on API only application for Sidekiq Web UI.

How it works

Screenshots/screencasts of the pull request introduced functionality.

Test plan

List of steps to manually test introduced functionality:

Review notes

While reviewing pull-request (especially when it's your pull-request), please make sure that:

Deploy notes

Notes regarding deployment the contained body of work. These should note any db migrations, ENV variables, services, scripts, etc.

References