Dash, callback order and multithread

Hi all,

Callback order:

  • With version 1.0 there are some change to define an order on callback execution?

Multithread:
I have define my server like this:
app.run_server(debug=True, processes=2)
I receive this error:
ValueError: cannot have a multithreaded and multi process server.

  • How to define a server to execute callback in parallel?

Thanks for reply.

1 Like