While doing a live test of the codes I am getting the following error, also sharing the link for the same, kindly help on how to proceed with it. Want to know how does this error effects the application and the execution of the same
Are you trying to run a multi-threaded ticker setup? Can you explain more on your set-up? If yes, you need to enable threaded instance using threaded=True in the ticker callback.
If yes, you need to enable threaded instance using
threaded=True
in the ticker callback.