summaryrefslogtreecommitdiff
path: root/plugins/jobs/plugin.go
AgeCommit message (Expand)Author
2021-08-14Update broadcast tests, add redis flusing. Initial impl of the jobValery 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-12Fix various bugs in the SQS. Implement SQS tests for theValery Piashchynski
2021-08-11Durable requeue algo. Update AMQP and Beanstalk tests to use mockValery Piashchynski
2021-08-11Increase timeout to 60s.Valery 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-07-27Initial support for the cancellation via contextValery Piashchynski
2021-07-23EventPipeRun -> EvenPipeActiveValery Piashchynski
2021-07-22Fix AMQP bugs, add more amqp testsValery 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-22Update consumers, tests stabilizationValery Piashchynski
2021-07-21Fix AMQP context, add ID, job, other fields.Valery Piashchynski
2021-07-18Started beanstalk driver. Add new Queue impl (not finished yet).Valery Piashchynski
2021-07-15Remove duplicated loggingValery Piashchynski
2021-07-14SQS driver.Valery Piashchynski
2021-07-12Add JOBS tests to the Makefile and GitHub CI.Valery 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-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-10AMQP job driver...Valery Piashchynski
2021-07-08AMQP update...Valery Piashchynski
2021-07-08Remove duplicated test-helpersValery Piashchynski
2021-07-08Add pipeline and job plugin options...Valery 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
2021-07-07Updated ephemeral plugin, PQ and protobuf...Valery Piashchynski
2021-07-06Update Jobs interface...Valery Piashchynski
2021-07-06Rework ephemeral and binary heapsValery Piashchynski
2021-07-05- Update PQValery Piashchynski
2021-07-03- Initial binary_heapValery Piashchynski
2021-07-01- Remove DispatcherValery Piashchynski
2021-06-30- Update arch diagramsValery Piashchynski
2021-06-25- Update jobs interfaceValery Piashchynski
2021-06-23- Add PQ (priority_queue) mockValery Piashchynski
2021-06-23- Swithc from value to pointer to the pool configuration. InterfaceValery Piashchynski
2021-06-22- Folders structValery Piashchynski
2021-06-22- Move common interfaces and structures to the 'common' folderValery Piashchynski
2021-06-22- Remove all old code, reformat, fix linters, return GAValery Piashchynski
2021-06-21- Rework dispatcher, pipeline, job (not completely)Valery Piashchynski
2021-06-16- Update jobs sourcesValery Piashchynski