Enduro
Enduro copied to clipboard
Warning: connect.session() MemoryStore is not designed for a production environmen
Ran into the following during a heroic installation deployment
[email protected] start /tmp/build_da509f8a08a3a5d48864163897dcb7f7 enduro start Warning: connect.session() MemoryStore is not designed for a production environment, as it will leak memory, and will not scale past a single process.
Starts but not sure what is the problem here.
This is a big problem as enduro will not scale past a single instance. Why not have JWT based sessions instead?
+1 for @adrianObel comment
I can build this feature and submit a PR if @Gottwik agrees. It should be fairly simple to switch over.