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

date_done does not reflect the time the *task* was completed, but the time the *task result* is updated #415

Open
sdrabblescripta opened this issue Dec 5, 2023 · 1 comment

Comments

@sdrabblescripta
Copy link

Per title, this is misleading since I would expect the date_done field to reflect when the task completes (or fails). This is not the case, and because the field is marked auto_now=True the record gets updated whenever I update the task's state for e.g. progress tracking.

This leads to my users complaining (rightly) that tasks are still in progress but show with a done date.

Can we get 'date_done' modified to accurately reflect the time a task completes?

@michellejzh
Copy link

michellejzh commented Feb 9, 2024

I'm seeing the same issue - date_done is assigned a value even when the task isn't yet .ready(), which seems at odds with what that field name implies.

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