Skip to content
New issue

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

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

Already on GitHub? # to your account

tasks list is empty #1351

Open
brianmay opened this issue Oct 18, 2023 · 8 comments
Open

tasks list is empty #1351

brianmay opened this issue Oct 18, 2023 · 8 comments

Comments

@brianmay
Copy link

If I try to list the tasks it is always empty. Reloading the page doesn't help.

But if I try to create the task I just created, it complains that there is already a task with that name. And I can clearly see the tasks in the task_schedule table.

@baumandm
Copy link
Contributor

I think this is the same issue as #1329?

@brianmay
Copy link
Author

It could be, will try that fix.

Thanks for the reference.

@brianmay
Copy link
Author

That mostly fixes the problem.

I notice that my task_schedule table has a celery.backend_cleanup task - appears to have been automatically created - that still does not appear in the list however.

@adamstruck
Copy link
Contributor

Does the celery.backend_cleanup task still have the incorrect type in the db? You would need to recreate or edit the task for the fix in #1329 to take effect.

@brianmay
Copy link
Author

I quoted the type above - it is celery.backend_cleanup - which looks OK to me.

@adamstruck
Copy link
Contributor

adamstruck commented Oct 21, 2023

More specifically, I meant the task_type field in the task_schedule database table for the celery.backend_cleanup row. This is what my PR you linked changes - you'd have to reinitialize your database for the automatically created tasks to pick up this change.

@brianmay
Copy link
Author

Yes, that is what I was looking at.

@jczhong84
Copy link
Collaborator

thanks @adamstruck for the PR. I was in a PTO, just merged it.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants