Jorijn Schrijvershof
Jorijn Schrijvershof
Hi @utdrmac That'll be just this line: ```json {"XRP": [[1544227200, 1.87631272, 1.87631272]]} ```
I'm having the same issue too.
Hey Tom. I think it would be interesting to include this kind of information. The core purpose of this package is to notify application owners of pending doom in the...
I'm afraid that this is somewhat out of scope of what the package is supposed to do right now. It is to notify you when an installed package *becomes* vulnerable...
I like this idea. Yet, isn't SQLite better? Using JSON as a (growing) database isn't very efficient since the code has to parse the entire file every time a line...
Did you take the minimum withdrawal value into account? For Bitcoin, that's currently: 0.00050 XBT.
Hi @ultrazeus Did you triple-check the withdrawal description configured in the .env file that exactly matches the one added to the Kraken website?
Thanks! Great that it worked out. I'll leave this ticket open to serve as a work item to clarify the documentation and figure out what caused the given error.
I'm liking this idea. Thanks! I will pick it up when I have some time. If anyone wants to do this in the meantime, please! :)
FYI: You can use KEDA (https://keda.sh) to scale Sidekiq workers and have it look at the queue length through Redis instead of jumping through hoops to get it working with...