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
/
amqp
/
consumer.go
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
Update informer interface to return slice of pointers (do not over-copy
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