Age | Commit 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-12 | Update CHANGELOG | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-09-12 | change jobs-memory run behavior | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-09-10 | Update CHANGELOG.md | Valery Piashchynski | |
2021-09-10 | Update bors.toml | Valery Piashchynski | |
2021-09-10 | [#792]: bug(attributes): make `attributes.Init` idempotent | Valery Piashchynski | |
[#792]: bug(attributes): make `attributes.Init` idempotent | |||
2021-09-10 | update CHANGELOG | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-09-10 | do not overwrite psr http attributes on attributes.Init | Valery 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-08 | Fix variable assignment | Peter Fox | |
2021-09-07 | Adds a test for marshalling | Peter Fox | |
2021-09-07 | Fixes performance issues | Peter Fox | |
2021-09-06 | Lets Zap fields to be used as arguments to logger | Peter Fox | |
2021-09-02 | #778: feat(refactor): jobs code adjustingv2.4.0 | Valery Piashchynski | |
#778: feat(refactor): jobs code adjusting | |||
2021-09-02 | Update CHANGELOG | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-09-02 | Do 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-02 | Destroy localPrefetch channel on stop | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-09-02 | Profiling 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-02 | Update 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-01 | Remove redundand debug log | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-09-01 | Close connection in the amqp driver. | Valery Piashchynski | |
bytes.Buffer update in the beanstalk driver Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-09-01 | Update Makefile | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-09-01 | Update deps and CHANGELOG | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
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]> |