summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-09-12[#795]: fix(jobs, memory): start `jobs` `in-memory` driver automatically if ↵Valery Piashchynski
the user consumes it [#795]: fix(jobs, memory): start `jobs` `in-memory` driver automatically if the user consumes it
2021-09-12Update CHANGELOGValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-09-12change jobs-memory run behaviorValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-09-10Update CHANGELOG.mdValery Piashchynski
2021-09-10Update bors.tomlValery Piashchynski
2021-09-10[#792]: bug(attributes): make `attributes.Init` idempotentValery Piashchynski
[#792]: bug(attributes): make `attributes.Init` idempotent
2021-09-10update CHANGELOGValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-09-10do not overwrite psr http attributes on attributes.InitValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-09-08[#782]: feat(logger): Zap fields can be used as arguments to the logger Valery Piashchynski
[#782]: feat(logger): Zap fields can be used as arguments to the logger
2021-09-08Fix variable assignmentPeter Fox
2021-09-07Adds a test for marshallingPeter Fox
2021-09-07Fixes performance issuesPeter Fox
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]>