nsteinberg-r7
nsteinberg-r7
How to reproduce: call ```extract_from_url``` with ```//mail.google.com/mail``` as input result will be Invalid Domain Error expected behavior is to handle the case of missing protocol and return ```{subdomain: mail, domain:...
How to reproduce: call ```extract_from_url``` with http://127.0.0.1 as input. result will be ```{subdomain: 127.0.0, domain: 1}``` expected behavior: throw Invalid Domain Error
Following our discussion in the [PR](https://github.com/Intsights/sergeant/pull/36), 1. Can there be an implementation that serializes tasks identically (without time parameter)? 2. lists outperform zset that's true, but we use zset for...
Currently every time a worker enters ```on_failure``` it writes an error log with message "task has failed". If I set my worker config to avoid that, like this: ``` logging=sergeant.config.Logging(...