Age | Commit message (Expand) | Author |
2021-09-16 | Move plugins to a separate repository | Valery Piashchynski |
2021-09-12 | Run pipe tests in parallel | Valery Piashchynski |
2021-09-11 | Fix binary_heap_test max_len | Valery Piashchynski |
2021-09-11 | Update bst_test | Valery Piashchynski |
2021-09-11 | Update codecov | Valery Piashchynski |
2021-08-31 | Naming: service -> plugin | Valery Piashchynski |
2021-08-28 | Re-allocate a worker with allocate frequency (every 500ms per try) | Valery Piashchynski |
2021-08-28 | Reduce error check operations | Valery Piashchynski |
2021-08-26 | Move drivers to the plugin's root. | Valery Piashchynski |
2021-08-18 | Increase exec timeout in the TestSupervisedPool_ExecWithDebugMode | Valery Piashchynski |
2021-08-18 | Add prometheus metrics for the jobs, update tests | Valery Piashchynski |
2021-08-17 | Update to go 1.17 | Valery Piashchynski |
2021-08-15 | Update dockerfiles (use ubuntu instead of arch), replace heavy | Valery Piashchynski |
2021-08-15 | Timeout to prevent process is not ready error | Valery Piashchynski |
2021-08-14 | Kill worker instead of stop while error occured. | Valery Piashchynski |
2021-08-14 | Wait for a second to prevent Process not ready error | Valery Piashchynski |
2021-08-14 | Update broadcast tests, add redis flusing. Initial impl of the job | Valery Piashchynski |
2021-08-13 | Add sleep timeout to the Test_StaticPool_JobError | Valery Piashchynski |
2021-08-13 | Add timeout to the Test_Tcp_StartError test | Valery Piashchynski |
2021-08-13 | Update go.mod dependencies to the most recent version. | Valery Piashchynski |
2021-08-12 | Remove unneeded options, complete tests for the ephemeral, update proto | Valery Piashchynski |
2021-08-11 | Durable requeue algo. Update AMQP and Beanstalk tests to use mock | Valery Piashchynski |
2021-08-11 | Add headers support to the jobs protocol | Valery Piashchynski |
2021-08-11 | Replace all 'localhost' with '127.0.0.1'. Fix default configuration and | Valery Piashchynski |
2021-08-10 | Add jobs protocol support for the AMQP driver | Valery Piashchynski |
2021-08-09 | Add initial support for the php worker protocol. | Valery Piashchynski |
2021-08-09 | Update goridge to v3.2.0, update all frames operations. | Valery Piashchynski |
2021-08-03 | In a rare cases, when user set small timeout to allocate a worker, | 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-23 | Remove time.Now() from beanstalk tube declaration | Valery Piashchynski |
2021-07-22 | Linters | Valery Piashchynski |
2021-07-22 | Fix AMQP bugs, add more amqp tests | Valery Piashchynski |
2021-07-22 | Benchmark tests comments | Valery Piashchynski |
2021-07-22 | Update Echo bench | Valery Piashchynski |
2021-07-22 | Update static_pool_batched test | Valery Piashchynski |
2021-07-22 | BC for the Pool, worker interfaces, pass/return payload by pointer | 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-14 | Merge master | 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 | SQS driver. | Valery Piashchynski |
2021-07-12 | Update JOBS interface, remove List() method, implemented on the root RPC | Valery Piashchynski |
2021-07-11 | Update JOBS interface, Renamed Consume -> Run. | 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-08 | AMQP update... | Valery Piashchynski |