Age | Commit message (Expand) | Author |
2021-08-14 | Update broadcast tests, add redis flusing. Initial impl of the job | 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-12 | Fix various bugs in the SQS. Implement SQS tests for the | Valery Piashchynski |
2021-08-11 | Durable requeue algo. Update AMQP and Beanstalk tests to use mock | Valery Piashchynski |
2021-08-11 | Increase timeout to 60s. | 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-07-27 | Initial support for the cancellation via context | Valery Piashchynski |
2021-07-23 | EventPipeRun -> EvenPipeActive | Valery Piashchynski |
2021-07-22 | Fix AMQP bugs, add more amqp tests | Valery Piashchynski |
2021-07-22 | Format-ed | Valery Piashchynski |
2021-07-22 | Passing by ptr is slightly faster: | Valery Piashchynski |
2021-07-22 | BC for the Pool, worker interfaces, pass/return payload by pointer | Valery Piashchynski |
2021-07-22 | Update consumers, tests stabilization | Valery Piashchynski |
2021-07-21 | Fix AMQP context, add ID, job, other fields. | 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 | SQS driver. | Valery Piashchynski |
2021-07-12 | Add JOBS tests to the Makefile and GitHub CI. | 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-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 | AMQP job driver... | Valery Piashchynski |
2021-07-08 | AMQP update... | Valery Piashchynski |
2021-07-08 | Remove duplicated test-helpers | Valery Piashchynski |
2021-07-08 | Add pipeline and job plugin options... | 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 |
2021-07-06 | Update Jobs interface... | Valery Piashchynski |
2021-07-06 | Rework ephemeral and binary heaps | Valery Piashchynski |
2021-07-05 | - Update PQ | Valery Piashchynski |
2021-07-03 | - Initial binary_heap | Valery Piashchynski |
2021-07-01 | - Remove Dispatcher | Valery Piashchynski |
2021-06-30 | - Update arch diagrams | Valery Piashchynski |
2021-06-25 | - Update jobs interface | Valery Piashchynski |
2021-06-23 | - Add PQ (priority_queue) mock | Valery Piashchynski |
2021-06-23 | - Swithc from value to pointer to the pool configuration. Interface | Valery Piashchynski |
2021-06-22 | - Folders struct | Valery Piashchynski |
2021-06-22 | - Move common interfaces and structures to the 'common' folder | Valery Piashchynski |
2021-06-22 | - Remove all old code, reformat, fix linters, return GA | Valery Piashchynski |
2021-06-21 | - Rework dispatcher, pipeline, job (not completely) | Valery Piashchynski |
2021-06-16 | - Update jobs sources | Valery Piashchynski |