@klnrdknt wrote:
Is the
dcc.Store()component multi-process safe? I know it saves the data in the client, but can I use it with multiple Flask or gunicorn workers? Or will each worker receive a separate copy of that storage/access their own version of it?
Posts: 1
Participants: 1









