Age | Commit message (Expand) | Author |
2021-08-12 | Remove unneeded options, complete tests for the ephemeral, update proto | Valery Piashchynski |
2021-08-12 | Fix various bugs in the SQS. Implement SQS tests for the | Valery Piashchynski |
2021-08-11 | Durable requeue algo. Update AMQP and Beanstalk tests to use mock | Valery Piashchynski |
2021-08-11 | Increase timeout to 60s. | Valery Piashchynski |
2021-08-11 | Replace all 'localhost' with '127.0.0.1'. Fix default configuration and | Valery Piashchynski |
2021-08-09 | Update goridge to v3.2.0, update all frames operations. | Valery Piashchynski |
2021-08-02 | Update CI, move all tests to the single source of truth - makefile | Valery Piashchynski |
2021-08-01 | Rework vec based on the channel. Use select statement with the default | Valery Piashchynski |
2021-07-27 | Initial support for the cancellation via context | Valery Piashchynski |
2021-07-24 | Mooore constants :) | Valery Piashchynski |
2021-07-24 | Remove unused code | Valery Piashchynski |
2021-07-24 | Uniform push to pipelines in the durability tests | Valery Piashchynski |
2021-07-24 | Beanstalk initial durability test | Valery Piashchynski |
2021-07-23 | Fix AMQP toxic | Valery Piashchynski |
2021-07-23 | SQS initial durability test | Valery Piashchynski |
2021-07-23 | Add AMQP initial durability test | Valery Piashchynski |
2021-07-23 | Tests refactoring | Valery Piashchynski |
2021-07-23 | Use zap logger in AMQP tests instead of mocked (temporarly) | Valery Piashchynski |
2021-07-23 | SQS configuration and tests update | Valery Piashchynski |
2021-07-23 | Remove time.Now() from beanstalk tube declaration | Valery Piashchynski |
2021-07-23 | Update beanstalk options. Fix tube priority (correctly pass to the Put | Valery Piashchynski |
2021-07-23 | Remove completed TODOs from the beanstalk driver. | Valery Piashchynski |
2021-07-22 | Initial tests for all drivers | Valery Piashchynski |
2021-07-22 | Linters | Valery Piashchynski |
2021-07-22 | Fix AMQP bugs, add more amqp tests | Valery Piashchynski |
2021-07-22 | BC for the Pool, worker interfaces, pass/return payload by pointer | Valery Piashchynski |
2021-07-22 | Update consumers, tests stabilization | Valery Piashchynski |
2021-07-22 | Reduce tests timeout | Valery Piashchynski |
2021-07-22 | Update beanstalk redial algo. | Valery Piashchynski |
2021-07-21 | Fix AMQP context, add ID, job, other fields. | Valery Piashchynski |
2021-07-20 | Beanstalk driver alpha version ready. | Valery Piashchynski |
2021-07-19 | Worker watcher interface update. | Valery Piashchynski |
2021-07-18 | Started beanstalk driver. Add new Queue impl (not finished yet). | Valery Piashchynski |
2021-07-15 | Remove duplicated logging | Valery Piashchynski |
2021-07-14 | Update SQS item. | Valery Piashchynski |
2021-07-14 | Merge remote-tracking branch 'origin/master' into feature/jobs_plugin | Valery Piashchynski |
2021-07-14 | Fix TTL issue, added explanation comments. | Valery Piashchynski |
2021-07-14 | Implement Pause/Resume/Stop | Valery Piashchynski |
2021-07-14 | SQS driver. | Valery Piashchynski |
2021-07-12 | Add JOBS tests to the Makefile and GitHub CI. | Valery Piashchynski |
2021-07-11 | Dead letter exchange optimization. Cache for the DLX queues. If the | Valery Piashchynski |
2021-07-11 | Update informer interface to return slice of pointers (do not over-copy | Valery Piashchynski |
2021-07-10 | Return structure instead of interface in places where that possible | Valery Piashchynski |
2021-07-10 | Properly parse amqp items (jobs). | Valery Piashchynski |
2021-07-10 | AMQP job driver... | Valery Piashchynski |
2021-07-08 | AMQP update... | Valery Piashchynski |
2021-07-08 | Add pipeline and job plugin options... | Valery Piashchynski |
2021-07-07 | New Methods in the binary heap interface... | Valery Piashchynski |
2021-07-07 | Rework test env... | Valery Piashchynski |
2021-07-06 | Rework ephemeral and binary heaps | Valery Piashchynski |