
There were two issue here: * end_time was not assigned a new value when solar re-started tasks. It caused tasks to have start_time higher than end_time until it ended. It is fixed by setting end_time to 0 while starting task. * While calculating the delta and longest path time, we checked if end and start times were equal to 0 by strict comparison, which didn't work due to timestamps being floats. Change-Id: I00057ab2707338692f080ced4603ab7303b8c9e2 Closes-bug: 1541022
Solar README
Solar is a resource manager and orchestration engine for distributed systems.
Please read the Documentation to see how to install and use Solar. For start checkout our Wordpress tutorial
Description
Languages
Python
91.4%
Shell
4.9%
Erlang
1.6%
Ruby
1.1%
HAProxy
0.6%
Other
0.3%