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
Using registry.modFileRegister means activations fail in load balanced environments when the registration request happens on a different server to the activation request.
The text was updated successfully, but these errors were encountered:
Yes, I've forked the project, hopefully I can put together a pull request which allows a system setting login.registry_class to override the registry.modFileRegister with registry.modDbRegister.
I've had the modDbRegister working locally, but just bumped into some kind of concurrency issue when on a load-balanced environment (possibly a lingering database lock). Once that's fixed I should have something to PR here.
Using
registry.modFileRegister
means activations fail in load balanced environments when the registration request happens on a different server to the activation request.The text was updated successfully, but these errors were encountered: