If a task run can be in a “Running” state multiple...
# ask-community
m
If a task run can be in a “Running” state multiple times in its lifetime, should there be an identifier that uniquely identifies a particular “run” of a task run? We could take task run ID + task_run_count to come up with an identifier for this, but I’m wondering if Prefect has thought about this or plans to support this in the future?
k
You mean because of retries and retrying right? I think whatever identifier would live in the context and you are right it can be constructed with the
task_run_count
so there isn’t any more plans beyond that.What do you have in mind?