summaryrefslogtreecommitdiff
path: root/pkg
AgeCommit message (Expand)Author
2021-08-31Naming: service -> pluginValery Piashchynski
2021-08-28Re-allocate a worker with allocate frequency (every 500ms per try)Valery Piashchynski
2021-08-28Reduce error check operationsValery Piashchynski
2021-08-26Move drivers to the plugin's root.Valery Piashchynski
2021-08-18Increase exec timeout in the TestSupervisedPool_ExecWithDebugModeValery Piashchynski
2021-08-18Add prometheus metrics for the jobs, update testsValery Piashchynski
2021-08-17Update to go 1.17Valery Piashchynski
2021-08-15Update dockerfiles (use ubuntu instead of arch), replace heavyValery Piashchynski
2021-08-15Timeout to prevent process is not ready errorValery Piashchynski
2021-08-14Kill worker instead of stop while error occured.Valery Piashchynski
2021-08-14Wait for a second to prevent Process not ready errorValery Piashchynski
2021-08-14Update broadcast tests, add redis flusing. Initial impl of the jobValery Piashchynski
2021-08-13Add sleep timeout to the Test_StaticPool_JobErrorValery Piashchynski
2021-08-13Add timeout to the Test_Tcp_StartError testValery Piashchynski
2021-08-13Update go.mod dependencies to the most recent version.Valery Piashchynski
2021-08-12Remove unneeded options, complete tests for the ephemeral, update protoValery Piashchynski
2021-08-11Durable requeue algo. Update AMQP and Beanstalk tests to use mockValery Piashchynski
2021-08-11Add headers support to the jobs protocolValery Piashchynski
2021-08-11Replace all 'localhost' with '127.0.0.1'. Fix default configuration andValery Piashchynski
2021-08-10Add jobs protocol support for the AMQP driverValery Piashchynski
2021-08-09Add initial support for the php worker protocol.Valery Piashchynski
2021-08-09Update goridge to v3.2.0, update all frames operations.Valery Piashchynski
2021-08-03In a rare cases, when user set small timeout to allocate a worker,Valery Piashchynski
2021-08-02Update CI, move all tests to the single source of truth - makefileValery Piashchynski
2021-08-01Rework vec based on the channel. Use select statement with the defaultValery Piashchynski
2021-07-23Remove time.Now() from beanstalk tube declarationValery 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-22BC for the Pool, worker interfaces, pass/return payload by pointerValery 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-14Merge masterValery Piashchynski
2021-07-14Merge remote-tracking branch 'origin/master' into feature/jobs_pluginValery Piashchynski
2021-07-14Fix TTL issue, added explanation comments.Valery Piashchynski
2021-07-14SQS driver.Valery Piashchynski
2021-07-12Update JOBS interface, remove List() method, implemented on the root RPCValery Piashchynski
2021-07-11Update JOBS interface, Renamed Consume -> Run.Valery Piashchynski
2021-07-11Update informer interface to return slice of pointers (do not over-copyValery Piashchynski
2021-07-10Move interfaces to its consumersValery Piashchynski
2021-07-10Return structure instead of interface in places where that possibleValery Piashchynski
2021-07-08AMQP update...Valery Piashchynski
2021-07-08maxLen for the binary heaps should be more than 0Valery Piashchynski
2021-07-08Add pipeline and job plugin options...Valery Piashchynski
2021-07-08Unlock binary heaps max length in the consume-rate testValery Piashchynski
2021-07-08Add length limiter for the binary heaps data structure. After max lengthValery Piashchynski
2021-07-07New Methods in the binary heap interface...Valery Piashchynski