You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is because of the dev server's autoreloader which restarts the process (the original one monitors for changes, while the new one runs the actual app)
I'd also question why you need to run a background thread in a webapp process (and not use celery, cronjobs, etc. to offload long-running or periodic tasks) ;)
following code cause MyThread object running twice.
set debug as False can avoid this problem but why is that? Is that a feature?
The text was updated successfully, but these errors were encountered: