Webador / SlmQueue

Laminas / Mezzio module that integrates with various queue management systems.
Other
138 stars 57 forks source link

Allow float values of maxFrequency #249

Closed gregtyler closed 2 years ago

gregtyler commented 2 years ago

Allowing maxFrequency to be a float ensures that frequencies of less than 1 can be used, which allows delays of more than 1 second.

Fixes #248

roelvanduijnhoven commented 2 years ago

Thanks! Great addition.

I'll try to release a new version this week.

First want to find out, why the CI is not working properly!