Maciej Kwiek 6f85c893b3 Timestamp comparison in calculating time fixed
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
2016-03-01 11:57:51 +01:00
2016-02-19 09:43:18 +00:00
2016-02-15 18:13:25 +01:00
2015-12-17 12:30:03 +00:00
2015-03-27 15:54:19 -07:00
2015-11-24 17:35:11 +01:00
2016-01-21 15:22:19 +01:00
2015-11-23 22:34:54 +01:00
2016-02-12 21:31:13 +01:00

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
Resource management and orchestration engine for distributed systems
Readme 5.5 MiB
Languages
Python 91.4%
Shell 4.9%
Erlang 1.6%
Ruby 1.1%
HAProxy 0.6%
Other 0.3%