index
:
roadrunner.git
master
stable
🤯 High-performance PHP application server, process manager written in Go and powered with plugins
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
plugins
/
jobs
/
brokers
Age
Commit message (
Expand
)
Author
2021-07-12
Update JOBS interface, remove List() method, implemented on the root RPC
Valery Piashchynski
2021-07-12
Finish dynamic declaration of the pipelines. Fix issue with
Valery Piashchynski
2021-07-11
Update JOBS interface, Renamed Consume -> Run.
Valery Piashchynski
2021-07-11
Dead letter exchange optimization. Cache for the DLX queues. If the
Valery Piashchynski
2021-07-11
unpack: use fast string convert
Valery Piashchynski
2021-07-11
Update informer interface to return slice of pointers (do not over-copy
Valery Piashchynski
2021-07-10
SQS skeleton
Valery Piashchynski
2021-07-10
DeliveryMode -> amqp.Persistent for all Publish operations
Valery Piashchynski
2021-07-10
DeliveryMode -> amqp.Persistent
Valery Piashchynski
2021-07-10
Update Consumer interface, List method returns []string of the
Valery Piashchynski
2021-07-10
Properly parse amqp items (jobs).
Valery Piashchynski
2021-07-10
AMQP job driver...
Valery Piashchynski
2021-07-08
AMQP update...
Valery Piashchynski
2021-07-08
Add pipeline and job plugin options...
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-05
- Finish binary_heap
Valery Piashchynski
2021-07-03
- Initial binary_heap
Valery Piashchynski
2021-06-30
- Update arch diagrams
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-23
- Update arch, pluign
Valery Piashchynski
2021-06-22
- Folders struct
Valery Piashchynski
2021-06-21
- Rework dispatcher, pipeline, job (not completely)
Valery Piashchynski