Vítor Luís dos Santos Trindade
Vítor Luís dos Santos Trindade
The use case: I want to delete all key that matches "prefix*". Nebulex gives us `Nebulex.Cache.delete_all`, but that doesn't work as redis has no native methods to delete all matching...
Our application was using more connections than what we configured for our Repo. We later found out that every job queue uses an exclusive connection, and that caused the strange...
As documented, the process mangers can only handle `:start` or `:continue` events, but I want to be able to handle `:stop` events, doing something before the process manager stops. I...
This project cannot be build since it's method of installing deps is no longer supported. In a related question: Is this project abandoned? It's in alpha and has not received...
Vscode has the Test sidebar, which provides an usefull view to run tests and discover what failed, why, and quickly jump to the failing test. For those who has never...
closes #96
Declaring a counter does not mean it exists, as it will only have a value after the first inc. So, the fist time a counter is bumped it goes from...
**Is your feature request related to a problem? Please describe.** The `NewRelic.start_transaction()` automaticaly catches exceptions and reports errors, which is great for most use cases, but sometimes you can't raise...
I called the `erkaf:produce` function and got `{:error, 29}`, which is not very helpful. The signature of the function says that reason is anything, but there is already an internal...
Closes #56 This is my attempt at implementing this function. This still needs some testing. I could only find a way to delete topics in the admin API, the reference...