Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-26 | Move drivers to the plugin's root. | Valery Piashchynski | |
Fix #771, add tests. Signed-off-by: Valery Piashchynski <[email protected]> | |||
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-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 | Add support for the IPv6 | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-08-18 | Increase beanstalk timeouts | 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-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 | Correct tests with toxics | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-08-13 | Update go.mod dependencies to the most recent version. | Valery Piashchynski | |
Fix tests according to the new mocks. Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-08-12 | Remove unneeded options, complete tests for the ephemeral, update proto | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-08-12 | Fix various bugs in the SQS. Implement SQS tests for the | Valery Piashchynski | |
jobs_ok.php/jobs_err.php workers. Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-08-11 | Durable requeue algo. Update AMQP and Beanstalk tests to use mock | Valery Piashchynski | |
logger. Fix bugs discovered during testing. Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-08-11 | Increase timeout to 60s. | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-08-11 | Replace all 'localhost' with '127.0.0.1'. Fix default configuration and | Valery Piashchynski | |
other small bugs. Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-08-02 | Update CI, move all tests to the single source of truth - makefile | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-07-27 | Initial support for the cancellation via context | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-07-24 | Mooore constants :) | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-07-24 | Remove unused code | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-07-24 | Uniform push to pipelines in the durability tests | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-07-24 | Beanstalk initial durability test | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-07-23 | Fix AMQP toxic | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-07-23 | SQS initial durability test | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-07-23 | Add AMQP initial durability test | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-07-23 | Tests refactoring | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-07-23 | Use zap logger in AMQP tests instead of mocked (temporarly) | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-07-23 | SQS configuration and tests update | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-07-23 | Remove time.Now() from beanstalk tube declaration | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-07-23 | Update beanstalk options. Fix tube priority (correctly pass to the Put | Valery Piashchynski | |
method). Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-07-23 | Remove completed TODOs from the beanstalk driver. | Valery Piashchynski | |
Rename pipeline_size -> prefetch for the ephemeral driver. Limit number of active goroutines (delay's) to 1000. Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-07-22 | Initial tests for all drivers | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-07-22 | Linters | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-07-22 | Fix AMQP bugs, add more amqp tests | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-07-22 | Update consumers, tests stabilization | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-07-22 | Reduce tests timeout | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-07-22 | Update beanstalk redial algo. | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-07-21 | Fix AMQP context, add ID, job, other fields. | Valery Piashchynski | |
Fix sqs queue re-creation. Complete redia for the beanstalk. Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-07-20 | Beanstalk driver alpha version ready. | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-07-18 | Started beanstalk driver. Add new Queue impl (not finished yet). | Valery Piashchynski | |
Fix bugs in the AMQP, update proto-api Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-07-15 | Remove duplicated logging | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-07-14 | Update SQS item. | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-07-14 | Implement Pause/Resume/Stop | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-07-14 | SQS driver. | Valery Piashchynski | |
Fix isssues in the AMQP driver. Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-07-12 | Add JOBS tests to the Makefile and GitHub CI. | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-07-11 | Dead letter exchange optimization. Cache for the DLX queues. If the | Valery Piashchynski | |
queue had been declared and binded to the particular timeout, we can avoid re-declaring the queue. This optimization increases RPS to the DLX from 3.5k to 35k. Signed-off-by: Valery Piashchynski <[email protected]> |