summaryrefslogtreecommitdiff
path: root/worker_watcher.go
AgeCommit message (Collapse)Author
2020-11-27Add new pool event: EventNoFreeWorkers which indicates than RR can't getValery Piashchynski
worker from the stack during the allowed allocate timeout.
2020-11-26Remove context from worker wait function. Explicitly enable ubuntu 20.04Valery Piashchynski
in the CI
2020-11-19huge linters fix updateValery Piashchynski
2020-11-10Pool options, allocatorValery Piashchynski
2020-11-09Add spiral errorsValery Piashchynski
2020-11-04Remove rr errors, replace with spiral errorsValery Piashchynski
2020-10-27Fix linter warningsValery Piashchynski
2020-10-27Merge remote-tracking branch 'origin/release_2.0' into feature/pool_supervisorValery Piashchynski
# Conflicts: # static_pool.go # sync_worker.go
2020-10-27Supervised poolValery Piashchynski
2020-10-26- implement worker debug modeWolfy-J
2020-10-26Fix linters warningsValery Piashchynski
2020-10-26updateValery Piashchynski
2020-10-26CRLF->LFValery Piashchynski
2020-10-26Remove local replace from go.modValery Piashchynski
2020-10-25- massive update in roadrunner 2.0 abstractionsWolfy-J