danthegoodman1 / UltraQueue

Distributed pull queue based on Segment's Centrifuge. Zero dependency p2p clustering.
GNU Affero General Public License v3.0
1 stars 0 forks source link

Draining aware interfaces #43

Open danthegoodman1 opened 2 years ago

danthegoodman1 commented 2 years ago

HTTP and GRPC should know that we are draining and reject enqueue and dequeue. Also when we load balance to another partition, if we get a draining we can try for the next listed partition if available.