summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-09-01Code polishing before releaseValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-08-31#776: fix(amqp): type casting for the amqp headersv2.4.0-rc.1Valery Piashchynski
#776: fix(amqp): type casting for the amqp headers
2021-08-31Update CHANGELOGValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-08-31Type casting for the amqp headersValery 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-31Naming: service -> pluginValery Piashchynski
Fix bug with survived workers in the debug mode Signed-off-by: Valery Piashchynski <[email protected]>
2021-08-31Tune listener timersValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-08-31Update arch diagrammValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-08-31Finish boltdb testsValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-08-30Add error to the EventJobError eventValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-08-30Tests 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-29Update boltdb config filesValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-08-29Implement Init, FromPipeline methodsValery Piashchynski
Update receiver in the amqp driver Add simple (initial) boltdb tests Signed-off-by: Valery Piashchynski <[email protected]>
2021-08-28Re-allocate a worker with allocate frequency (every 500ms per try)Valery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-08-28Reduce error check operationsValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-08-26Move drivers to the plugin's root.Valery Piashchynski
Fix #771, add tests. Signed-off-by: Valery Piashchynski <[email protected]>
2021-08-25BoltDB local queue initial commitValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-08-25upd(deps): update go.mod dependenciesValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-08-23Add worker's description for the PrometheusValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-08-21Update dependencies (go.mod)Valery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-08-20Correct CHANGELOGv2.4.0-beta.1Valery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-08-20#769: fix(jobs, sqs): fix sqs `attributes` and `tags` parserValery Piashchynski
#769: fix(jobs, sqs): fix sqs `attributes` and `tags` parser
2021-08-20Fix sqs maps parsingValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-08-20Correct AMQP Declare RPC constantsValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-08-20Move jobs protocol document to the doc folderValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-08-19#768: feat(net): IPv6 supportValery Piashchynski
#768: feat(net): IPv6 support
2021-08-19Retry for the beanstalk testValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-08-19Experiment with Beanstalk testValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-08-19Doc updateValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-08-19Add // +build compatValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-08-19Add support for the IPv6Valery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-08-18#764: feat(stat): `job` plugin drivers statisticValery Piashchynski
#764: feat(stat): `job` plugin drivers statistic
2021-08-18Increase beanstalk timeoutsValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-08-18Increase exec timeout in the TestSupervisedPool_ExecWithDebugModeValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-08-18Update golangci-lintersValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-08-18Add prometheus metrics for the jobs, update testsValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-08-18Update jobs stats testsValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-08-18Update broadcast tests, improve stop mechanism.Valery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-08-17Update Resetter plugin, remove old and unused codeValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-08-17Increase wait timeout in the TestBeanstalkStatsValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-08-17Update to go 1.17Valery Piashchynski
Add Stat with tests Signed-off-by: Valery Piashchynski <[email protected]>
2021-08-15Replace Times with MinTimesValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-08-15Reload plugin updateValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-08-15Update dockerfiles (use ubuntu instead of arch), replace heavyValery Piashchynski
memleak.php for the non-memory tests Signed-off-by: Valery Piashchynski <[email protected]>
2021-08-15Correct tests with toxicsValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-08-151s interval for the reloader testsValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-08-15Sleep to wait file copy on slow github actionsValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-08-15Timeout to prevent process is not ready errorValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-08-14Kill worker instead of stop while error occured.Valery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-08-14Wait for a second to prevent Process not ready errorValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>