cybergis / cybergis-compute-core

Apache License 2.0
7 stars 6 forks source link

fix /statistic issue by modifying queries in statistic.ts #84

Closed taylorziegler closed 1 year ago

taylorziegler commented 1 year ago

Attempt to fix /statistic issue by resolving a bug in Supervisor.ts where the finishedAt field is not set for any jobs.

taylorziegler commented 1 year ago

The issue was that we were using TIMESTAMPDIFF on a non-timestamp value in statistic.ts. I modified it to just be the difference in seconds.