summaryrefslogtreecommitdiff
path: root/pkg/worker_watcher/stack.go
AgeCommit message (Collapse)Author
2021-02-10Rewrite container for the workersValery Piashchynski
Update tests
2021-02-08BaseProcess interface as a return type in the worker_watcher,pool andValery Piashchynski
worker interface
2021-02-08Rewrite stack.Get operation w/o recursion callsValery Piashchynski
Add fast and slow paths
2021-02-04pre-rc stabilization of the interfaces and internal codeValery Piashchynski
2021-02-02Move worker states out of internalValery Piashchynski
2021-01-24Update Pool and WorkerWatcher interfacesValery Piashchynski
2021-01-23interfaces folder deprecatedValery Piashchynski
2021-01-18Update CIValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-01-15Use uniform snake case in the configs, fix critical issue with wrongValery Piashchynski
calculation of workers in stack at the Destroy stage
2021-01-15Move stack data structure to the separate fileValery Piashchynski