summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-09-06Lets Zap fields to be used as arguments to loggerPeter Fox
2021-09-02#778: feat(refactor): jobs code adjustingv2.4.0Valery Piashchynski
#778: feat(refactor): jobs code adjusting
2021-09-02Update CHANGELOGValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-09-02Do not use copied driver from the map.Valery Piashchynski
Store driver and pipeline only after run w/o error. Signed-off-by: Valery Piashchynski <[email protected]>
2021-09-02Destroy localPrefetch channel on stopValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-09-02Profiling session fixes:Valery Piashchynski
- Drain local pipeline channel - sync.Map instead of map - Add start-elapsed timings Signed-off-by: Valery Piashchynski <[email protected]>
2021-09-02Update endure.Valery Piashchynski
Replace map with sync.Map because various RPC methods can be called simultaneously. Signed-off-by: Valery Piashchynski <[email protected]>
2021-09-01Remove redundand debug logValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-09-01Close connection in the amqp driver.Valery Piashchynski
bytes.Buffer update in the beanstalk driver Signed-off-by: Valery Piashchynski <[email protected]>
2021-09-01Update MakefileValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-09-01Update deps and CHANGELOGValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
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]>