harbor/src/pkg/task
Wenkai Yin 1a4106a996 Tiny improvement for the task manager
Add a new method "StopAndWait" which stops the execution and wait until the execution stopped or get an error

Signed-off-by: Wenkai Yin <yinw@vmware.com>
2020-09-23 15:24:26 +08:00
..
dao Refresh the status of execution for every status changing of task 2020-08-17 17:38:55 +08:00
checkin_test.go Refactor the scheduler with the task manager mechanism 2020-07-20 14:03:15 +08:00
checkin.go Refactor the scheduler with the task manager mechanism 2020-07-20 14:03:15 +08:00
execution_test.go Tiny improvement for the task manager 2020-09-23 15:24:26 +08:00
execution.go Tiny improvement for the task manager 2020-09-23 15:24:26 +08:00
hook_test.go Refresh the status of execution for every status changing of task 2020-08-17 17:38:55 +08:00
hook.go Refresh the status of execution for every status changing of task 2020-08-17 17:38:55 +08:00
mock_execution_dao_test.go Refresh the status of execution for every status changing of task 2020-08-17 17:38:55 +08:00
mock_jobservice_client_test.go chore(mocks): add make targets to generate and check mocks 2020-07-22 01:59:32 +00:00
mock_task_dao_test.go chore(mocks): add make targets to generate and check mocks 2020-07-22 01:59:32 +00:00
mock_task_manager_test.go fix(preheat): add pagination for execution and task list api 2020-08-06 16:59:38 +08:00
mock.go chore(mocks): add make targets to generate and check mocks 2020-07-22 01:59:32 +00:00
model.go Refresh the status of execution for every status changing of task 2020-08-17 17:38:55 +08:00
task_test.go fix(preheat): add pagination for execution and task list api 2020-08-06 16:59:38 +08:00
task.go fix(preheat): add pagination for execution and task list api 2020-08-06 16:59:38 +08:00