Hello,
I am working on an app which contains steps that are computationally intensive and take time, thus using long_callbacks i am working with the DiskcacheLongCallbackManager method. Besides the initial callback ‘’ which can be detected via ctx = dash.callback_context and ctx.triggered[0]["prop_id"].split(".")[0] there is another callback fired: ‘_long_callback_interval_1’. This callback occurs randomly and screws up my computations, what is this callback for and how to prevent it / turn it off?
Thanks for the help
1 post - 1 participant






