Releases: toplan/task-balancer
Releases · toplan/task-balancer
0.1.4
任务运行结果数据结构:
[
'success' => true,
'time' => [
'started_at' => '',
'finished_at' => ''
]
'logs' => [
....
]
]
0.1.3
add TaskBalancerException and update Balancer::run() emthod
0.1.2
remove getData() and setData() from task class
0.1.1
add setData() and getData() method to Task class