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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Caution
This release contains potentially breaking changes. Previous versions had optional support for Redis, if its address wasn't provided through a flag – the service would use in-memory structures for storing cache and task queue. Starting from this version, Redis is required. If you don't provide the URL to Redis when upgrading and the service can't connect to the default address (redis://localhost:6379/0) – it won't function. The decision to remove support for non-Redis in-memory cache and queue was taken to simplify development and increase the reliability of the service.