Unanswered
How Do I Extract From A Completed Task, The Time It Took To Run ?
Given I Have The Id Of The Task.
You can fetch the task object via the SDK and inspect task.data
or do dir(task)
to see what else is inside.
You can also fetch it via the API using tasks.get_by_id
156 Views
0
Answers
one year ago
one year ago