Age | Commit message (Expand) | Author |
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 | Make beanstalk import not indirect | Valery Piashchynski |
2021-07-19 | Beanstalk initial commit | Valery Piashchynski |
2021-07-19 | Worker watcher interface update. | Valery Piashchynski |
2021-07-18 | Remove channel from the Queue | 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 | Fix early return | Valery Piashchynski |
2021-07-14 | NPE when stopping RMQ channels. | Valery Piashchynski |
2021-07-14 | Fix incorrect path in the CI. Implement FromPipeline for the sqs. | Valery Piashchynski |
2021-07-14 | Merge master | Valery Piashchynski |
2021-07-14 | Merge remote-tracking branch 'origin/master' into feature/jobs_plugin | Valery Piashchynski |
2021-07-14 | Update CHANGELOG | Valery Piashchynski |
2021-07-14 | #749 bug(supervisor, ttl): worker gets into the inconsistent state after TTL ... | Valery Piashchynski |
2021-07-14 | Fix milestone in the CHANGELOG | Valery Piashchynski |
2021-07-14 | Update CHANGELOG | 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-12 | Return proper error type in the redial | Valery Piashchynski |
2021-07-12 | Update JOBS interface, remove List() method, implemented on the root RPC | Valery Piashchynski |
2021-07-12 | Typo in the pool configuration. | Valery Piashchynski |
2021-07-12 | Implement Reset operation. | Valery Piashchynski |
2021-07-12 | Finish dynamic declaration of the pipelines. Fix issue with | Valery Piashchynski |
2021-07-11 | Update JOBS interface, Renamed Consume -> Run. | Valery Piashchynski |
2021-07-11 | Dead letter exchange optimization. Cache for the DLX queues. If the | Valery Piashchynski |
2021-07-11 | unpack: use fast string convert | Valery Piashchynski |
2021-07-11 | Update informer interface to return slice of pointers (do not over-copy | Valery Piashchynski |
2021-07-10 | Move interfaces to its consumers | Valery Piashchynski |
2021-07-10 | Return structure instead of interface in places where that possible | Valery Piashchynski |
2021-07-10 | SQS skeleton | Valery Piashchynski |
2021-07-10 | DeliveryMode -> amqp.Persistent for all Publish operations | Valery Piashchynski |
2021-07-10 | DeliveryMode -> amqp.Persistent | Valery Piashchynski |
2021-07-10 | Update Consumer interface, List method returns []string of the | Valery Piashchynski |
2021-07-10 | Properly parse amqp items (jobs). | Valery Piashchynski |
2021-07-10 | Merge branch 'master' into feature/jobs_plugin | Valery Piashchynski |
2021-07-10 | AMQP job driver... | Valery Piashchynski |
2021-07-08 | AMQP update... | Valery Piashchynski |
2021-07-08 | Update feature_request.md | Valery Piashchynski |
2021-07-08 | Remove duplicated test-helpers | Valery Piashchynski |
2021-07-08 | maxLen for the binary heaps should be more than 0 | Valery Piashchynski |
2021-07-08 | Add pipeline and job plugin options... | Valery Piashchynski |
2021-07-08 | Unlock binary heaps max length in the consume-rate test | Valery Piashchynski |
2021-07-08 | Add length limiter for the binary heaps data structure. After max length | Valery Piashchynski |
2021-07-07 | New Methods in the binary heap interface... | Valery Piashchynski |
2021-07-07 | Updated ephemeral plugin, PQ and protobuf... | Valery Piashchynski |