seomoz / qless

Queue / Pipeline Management
MIT License
295 stars 76 forks source link

Fix queue heartbeat return value #180

Closed bkirz closed 1 year ago

bkirz commented 10 years ago

Qless handles per-queue heartbeat config like any other config, meaning it's stored in a string->string map. This is confusing for the user, since heartbeat intervals are numeric. This PR modifies the client to return per-queue heartbeat less surprisingly as a numeric.