saurabh jadhav saurabhjadhav1911
  • https://arcelton.com/
  • I'm Software & Hardware generalist with experience in Computer Graphics, Computational Geometry, Image Processing, Hardware prototyping, Scripting & Automation

  • Joined on 2020-02-04
saurabh jadhav pushed to render_time_stats at saurabhjadhav1911/flamenco 2023-12-30 18:43:29 +01:00
8343ca485d changes in task_execution_log database schema
saurabh jadhav commented on issue studio/flamenco#99731 2023-12-29 18:11:33 +01:00
Include final render time in task details

I have added the migration with new table

240c5c4abb

now do i need to add an API POST endpoint…

saurabh jadhav created branch render_time_stats in saurabhjadhav1911/flamenco 2023-12-29 18:01:04 +01:00
saurabh jadhav pushed to render_time_stats at saurabhjadhav1911/flamenco 2023-12-29 18:01:04 +01:00
240c5c4abb new table task_execution_log in database migration
saurabh jadhav created repository saurabhjadhav1911/flamenco 2023-12-29 17:03:04 +01:00
saurabh jadhav commented on issue studio/flamenco#99731 2023-12-29 09:56:09 +01:00
Include final render time in task details

Should i start crating this feature ? it would be useful to show worker time statistics also can be used by manager for worker task scheduling policy

the way i plan to implement this is by…