index
:
roadrunner.git
master
stable
🤯 High-performance PHP application server, process manager written in Go and powered with plugins
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pkg
/
worker_watcher
Age
Commit message (
Expand
)
Author
2021-04-28
- Update CHANGELOG
Valery Piashchynski
2021-03-28
- Fix bug with the worker reallocating during the response
Valery Piashchynski
2021-02-16
Add support for parsing env variables in the `.rr.yaml` config
Valery Piashchynski
2021-02-11
Doc comments
Valery Piashchynski
2021-02-10
Fix linters warnings
Valery Piashchynski
2021-02-10
Rewrite container for the workers
Valery Piashchynski
2021-02-08
BaseProcess interface as a return type in the worker_watcher,pool and
Valery Piashchynski
2021-02-08
Push worker to the stack typo
Valery Piashchynski
2021-02-08
Rewrite stack.Get operation w/o recursion calls
Valery Piashchynski
2021-02-05
fmt-ed
Valery Piashchynski
2021-02-05
handle worker state before sending to the exec
Valery Piashchynski
2021-02-04
pre-rc stabilization of the interfaces and internal code
Valery Piashchynski
2021-02-02
Move worker states out of internal
Valery Piashchynski
2021-01-25
Add new Supervisor test in the http plugin
Valery Piashchynski
2021-01-24
Update Pool and WorkerWatcher interfaces
Valery Piashchynski
2021-01-23
interfaces folder deprecated
Valery Piashchynski
2021-01-19
Uniform all errors operations
Valery Piashchynski
2021-01-18
Update CI
Valery Piashchynski
2021-01-15
Use uniform snake case in the configs, fix critical issue with wrong
Valery Piashchynski
2021-01-15
gofmt stack_test.go
Valery Piashchynski
2021-01-15
Update worker_watcher stack tests
Valery Piashchynski
2021-01-15
Move stack data structure to the separate file
Valery Piashchynski
2021-01-13
Add IdleTTL test
Valery Piashchynski
2021-01-05
Finish implementation of the KV
Valery Piashchynski
2020-12-24
Remove unnecessary mutex when adding worker to watcher
v2.0.0-alpha30
Valery Piashchynski
2020-12-23
Initial implementation of serve, reset, workers commands for the RR2
Valery Piashchynski
2020-12-22
events listeners refactor, CLI initial commit
Valery Piashchynski
2020-12-17
Redis initial commit
Valery Piashchynski
2020-12-17
Update events handler, add mutex to push
Valery Piashchynski
2020-12-17
Attempt to fix race #1
Valery Piashchynski
2020-12-17
Fix race condition
Valery Piashchynski
2020-12-17
Now better
Valery Piashchynski
2020-12-17
huge refactor
Valery Piashchynski