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

Fix priority #51

Open danthegoodman1 opened 2 years ago

danthegoodman1 commented 2 years ago

Either we need to restrict to 0-9, 0-36, etc with a single character because we are doing string comparisons and we should use easily printed characters.

Also need to figure out if we support 0 as a priority, since that will be default and default should generally be low or at least in the middle, should definitely not have it as the highest priority by default.