Flask APP - ValueError: signal only works in main thread

Tusshar18
Tusshar18 edited August 2022 in General
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


https://stackoverflow.com/questions/53522052/flask-app-valueerror-signal-only-works-in-main-thread
  • rakeshr
    While doing a live test of the codes
    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.
Sign In or Register to comment.