freezer/freezer/utils
Memo Garcia c4ea71a4d0 Enable parallel job execution for the scheduler to allow abort signals
Now the scheduler uses two pools of resources to handle execution of jobs.
The first one will handle the polling of jobs from the api.
The second one will handle the job exection. This way we avoid blocking the
scheduler while running jobs.

Abort a running job is now enabled thanks to the parallel execution.

Depends-on: I9e92ccdd7c592a8109fe8398db6d53c9c42dc10a
Closes-bug: 1615662
Change-Id: I48153dcb521b6a8f0138d5ef81239cf4cded4df0
2016-09-07 10:07:44 +00:00
..
__init__.py Refactoring of code: 2016-03-08 14:20:23 +00:00
checksum.py Fix checksum generation so that it handles binary data 2016-07-13 10:06:57 +01:00
config.py Fix Freezer Agent Logging 2016-06-30 07:41:28 -06:00
exec_cmd.py Refactoring of code: 2016-03-08 14:20:23 +00:00
streaming.py Freezer metadata part2 2016-08-17 14:41:11 +00:00
utils.py Enable parallel job execution for the scheduler to allow abort signals 2016-09-07 10:07:44 +00:00
winutils.py Fix tox.ini file 2016-06-17 17:11:14 -06:00