Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-08-15 | Correct tests with toxics | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-08-15 | 1s interval for the reloader tests | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-08-15 | Sleep to wait file copy on slow github actions | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-08-14 | Update broadcast tests, add redis flusing. Initial impl of the job | Valery Piashchynski | |
drivers state. Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-08-13 | Update broadcast test | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-08-13 | Increase reload timeout. | 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-09 | Update goridge to v3.2.0, update all frames operations. | Valery Piashchynski | |
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-08-01 | Rework vec based on the channel. Use select statement with the default | Valery Piashchynski | |
branch to handle dead workers inside the channel. Update docker-compose.yaml used for the tests. Update rabbitmq to 3.9.1. Replace third-party amqp091 with the official implementation. 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 | BC for the Pool, worker interfaces, pass/return payload by pointer | 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-19 | Worker watcher interface update. | 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 | Merge remote-tracking branch 'origin/master' into feature/jobs_plugin | Valery Piashchynski | |
# Conflicts: # pkg/worker_watcher/interface.go | |||
2021-07-14 | Fix TTL issue, added explanation comments. | Valery Piashchynski | |
The worker after it executed the request, may overwrite the TTL state. This inconsistency leads to the +1 worker in the FIFO channel. In this state, the Push operation was blocked. Add RR_BROADCAST_PATH. 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]> | |||
2021-07-11 | Update informer interface to return slice of pointers (do not over-copy | Valery Piashchynski | |
the Stat structure). Make amqp Push concurrent safe. Signed-off-by: Valery Piashchynski <[email protected]> | |||
2021-07-10 | Return structure instead of interface in places where that possible | Valery Piashchynski | |
Signed-off-by: Valery Piashchynski <[email protected]> |