-
Notifications
You must be signed in to change notification settings - Fork 20
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
#91 update parent_task.update_dt on subtask signal #99
base: main
Are you sure you want to change the base?
Conversation
cf boxine#91: update update_dt of the parent task when a signal is received from a sub-task
The reason why we should have this test to fail is unclear to me. |
Need your input @jedie |
This is because you add another
Hm. I don't know and have to investigate this. |
@@ -7,6 +7,7 @@ | |||
import uuid | |||
from functools import lru_cache | |||
|
|||
from django.utils import timezone |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is obsolete.
cf #91: update update_dt of the parent task when a signal is received from a sub-task