1xyz / coolbeans

Coolbeans is a distributed work queue that implements the beanstalkd protocol.
Mozilla Public License 2.0
67 stars 6 forks source link

Allow tube names based on protocol #49

Closed yaochie closed 2 years ago

yaochie commented 3 years ago

Currently tube names can only be alphanumeric + underscore, but the protocol allows additional characters such as hyphens.

This updates the tube name validation to match the protocol.

vaskozl commented 2 years ago

I've also ran into this and was just about to make a PR as well. @1xyz could we get this merged?

1xyz commented 2 years ago

@vaskozl and @yaochie Sorry for not getting to this. Will review and try to get this in soon. Thanks so much for contributing