Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

task becom zombie task when the task run six times #64

Closed
slqqq opened this issue Nov 26, 2019 · 2 comments
Closed

task becom zombie task when the task run six times #64

slqqq opened this issue Nov 26, 2019 · 2 comments

Comments

@slqqq
Copy link

slqqq commented Nov 26, 2019

the first time start django project,it is work well,but while task run about six times,it become zombie task. however i refresh website task run again. anyone have same situation?

@jcass77
Copy link
Owner

jcass77 commented Jul 16, 2020

Sounds like this might be related to a database connection that times out (and is then refreshed when you submit a new request in Django).

This might be related to #79, which might be muting the timeout errors without you being made aware of them.

@jcass77
Copy link
Owner

jcass77 commented Jul 19, 2020

This should be fixed via #89, in the sense that you should now at least be seeing the DB connections errors as they occur (if that is indeed what is happening).

Please also take a look at the caveats associated with using a BackgroundScheduler in a web application.

Closing for now - please re-open if necessary.

@jcass77 jcass77 closed this as completed Jul 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants