Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-09-01 | Code polishing before release | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-08-31 | #776: fix(amqp): type casting for the amqp headersv2.4.0-rc.1 | Valery Piashchynski | |
#776: fix(amqp): type casting for the amqp headers | |||
2021-08-31 | Update CHANGELOG | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-08-31 | Type casting for the amqp headers | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-08-31 | #770: feat(`driver,jobs`): local persistent driver based on the `boltdb`, ↵ | Valery Piashchynski | |
#772: fix(`worker_watcher`): bug with failed worker while TTL-ed #770: feat(`driver,jobs`): local persistent driver based on the `boltdb`, #772: fix(`worker_watcher`): bug with failed worker while TTL-ed | |||
2021-08-31 | Naming: service -> plugin | Valery Piashchynski | |
Fix bug with survived workers in the debug mode Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-08-31 | Tune listener timers | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-08-31 | Update arch diagramm | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-08-31 | Finish boltdb tests | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-08-30 | Add error to the EventJobError event | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-08-30 | Tests for the boltdb jobs. | Valery Piashchynski | |
Fix issue with Stop in the jobs plugin which didn't destroy the pool. Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-08-29 | Update boltdb config files | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-08-29 | Implement Init, FromPipeline methods | Valery Piashchynski | |
Update receiver in the amqp driver Add simple (initial) boltdb tests Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-08-28 | Re-allocate a worker with allocate frequency (every 500ms per try) | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-08-28 | Reduce error check operations | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-08-26 | Move drivers to the plugin's root. | Valery Piashchynski | |
Fix #771, add tests. Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-08-25 | BoltDB local queue initial commit | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-08-25 | upd(deps): update go.mod dependencies | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-08-23 | Add worker's description for the Prometheus | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-08-21 | Update dependencies (go.mod) | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-08-20 | Correct CHANGELOGv2.4.0-beta.1 | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-08-20 | #769: fix(jobs, sqs): fix sqs `attributes` and `tags` parser | Valery Piashchynski | |
#769: fix(jobs, sqs): fix sqs `attributes` and `tags` parser | |||
2021-08-20 | Fix sqs maps parsing | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-08-20 | Correct AMQP Declare RPC constants | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-08-20 | Move jobs protocol document to the doc folder | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-08-19 | #768: feat(net): IPv6 support | Valery Piashchynski | |
#768: feat(net): IPv6 support | |||
2021-08-19 | Retry for the beanstalk test | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-08-19 | Experiment with Beanstalk test | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-08-19 | Doc update | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-08-19 | Add // +build compat | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-08-19 | Add support for the IPv6 | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-08-18 | #764: feat(stat): `job` plugin drivers statistic | Valery Piashchynski | |
#764: feat(stat): `job` plugin drivers statistic | |||
2021-08-18 | Increase beanstalk timeouts | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-08-18 | Increase exec timeout in the TestSupervisedPool_ExecWithDebugMode | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-08-18 | Update golangci-linters | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-08-18 | Add prometheus metrics for the jobs, update tests | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-08-18 | Update jobs stats tests | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-08-18 | Update broadcast tests, improve stop mechanism. | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-08-17 | Update Resetter plugin, remove old and unused code | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-08-17 | Increase wait timeout in the TestBeanstalkStats | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-08-17 | Update to go 1.17 | Valery Piashchynski | |
Add Stat with tests Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-08-15 | Replace Times with MinTimes | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-08-15 | Reload plugin update | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-08-15 | Update dockerfiles (use ubuntu instead of arch), replace heavy | Valery Piashchynski | |
memleak.php for the non-memory tests Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-08-15 | Correct tests with toxics | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-08-15 | 1s interval for the reloader tests | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-08-15 | Sleep to wait file copy on slow github actions | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-08-15 | Timeout to prevent process is not ready error | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-08-14 | Kill worker instead of stop while error occured. | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-08-14 | Wait for a second to prevent Process not ready error | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> |