summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-07-23SQS configuration and tests updateValery Piashchynski
2021-07-23EventPipeRun -> EvenPipeActiveValery Piashchynski
2021-07-23Remove time.Now() from beanstalk tube declarationValery Piashchynski
2021-07-23Update beanstalk options. Fix tube priority (correctly pass to the PutValery Piashchynski
2021-07-23Remove completed TODOs from the beanstalk driver.Valery Piashchynski
2021-07-22Update GA, codeconv bump to v2Valery Piashchynski
2021-07-22Initial tests for all driversValery Piashchynski
2021-07-22LintersValery Piashchynski
2021-07-22Fix AMQP bugs, add more amqp testsValery Piashchynski
2021-07-22Benchmark tests commentsValery Piashchynski
2021-07-22Update Echo benchValery Piashchynski
2021-07-22Update static_pool_batched testValery Piashchynski
2021-07-22Format-edValery Piashchynski
2021-07-22Passing by ptr is slightly faster:Valery Piashchynski
2021-07-22BC for the Pool, worker interfaces, pass/return payload by pointerValery Piashchynski
2021-07-22Add headers parsingValery Piashchynski
2021-07-22Update consumers, tests stabilizationValery Piashchynski
2021-07-22Reduce tests timeoutValery Piashchynski
2021-07-22Update beanstalk redial algo.Valery Piashchynski
2021-07-21Fix AMQP context, add ID, job, other fields.Valery Piashchynski
2021-07-20Beanstalk driver alpha version ready.Valery Piashchynski
2021-07-19Make beanstalk import not indirectValery Piashchynski
2021-07-19Beanstalk initial commitValery Piashchynski
2021-07-19Worker watcher interface update.Valery Piashchynski
2021-07-18Remove channel from the QueueValery Piashchynski
2021-07-18Started beanstalk driver. Add new Queue impl (not finished yet).Valery Piashchynski
2021-07-15Remove duplicated loggingValery Piashchynski
2021-07-14Update SQS item.Valery Piashchynski
2021-07-14Fix early returnValery Piashchynski
2021-07-14NPE when stopping RMQ channels.Valery Piashchynski
2021-07-14Fix incorrect path in the CI. Implement FromPipeline for the sqs.Valery Piashchynski
2021-07-14Merge masterValery Piashchynski
2021-07-14Merge remote-tracking branch 'origin/master' into feature/jobs_pluginValery Piashchynski
2021-07-14Update CHANGELOGValery Piashchynski
2021-07-14#749 bug(supervisor, ttl): worker gets into the inconsistent state after TTL ...Valery Piashchynski
2021-07-14Fix milestone in the CHANGELOGValery Piashchynski
2021-07-14Update CHANGELOGValery Piashchynski
2021-07-14Fix TTL issue, added explanation comments.Valery Piashchynski
2021-07-14Implement Pause/Resume/StopValery Piashchynski
2021-07-14SQS driver.Valery Piashchynski
2021-07-12Add JOBS tests to the Makefile and GitHub CI.Valery Piashchynski
2021-07-12Return proper error type in the redialValery Piashchynski
2021-07-12Update JOBS interface, remove List() method, implemented on the root RPCValery Piashchynski
2021-07-12Typo in the pool configuration.Valery Piashchynski
2021-07-12Implement Reset operation.Valery Piashchynski
2021-07-12Finish dynamic declaration of the pipelines. Fix issue withValery Piashchynski
2021-07-11Update JOBS interface, Renamed Consume -> Run.Valery Piashchynski
2021-07-11Dead letter exchange optimization. Cache for the DLX queues. If theValery Piashchynski
2021-07-11unpack: use fast string convertValery Piashchynski
2021-07-11Update informer interface to return slice of pointers (do not over-copyValery Piashchynski