fixed panics on msg.Name != "" & redis is disabled#106
fixed panics on msg.Name != "" & redis is disabled#106mvisonneau wants to merge 1 commit intovmihailenco:v3from
Conversation
8e5e581 to
7c7cf2f
Compare
|
I think I prefer to see an error when storage is not configured. I am not sure that local storage is a good default choice (+ it adds extra dependency). You can still set |
Only if ... As a user of taskq via memqueue instead of Redis, this finally allows us to name tasks and prevent duplicates. That said, I find it very strange that named tasks will always |
|
Seems like this can be closed since #162 was accepted. Might be worth noting in the readme |
When using the tool without
redis, if theNameof a taskq.Message is set, we end up with the following error: