Habib Alkhabbaz

Results 49 comments of Habib Alkhabbaz

@chrisleekr It would be nice if you can test the performance of this PR in your Rasberry Pi because I don't have one xD @uhliksk I added a fix for...

> @habibalkhabbaz Logging is working fine. > > > > ![image](https://user-images.githubusercontent.com/37454226/184048753-a0f9028c-4c53-4988-8cc2-e8b61efa236f.png) > > Perfect!

> @habibalkhabbaz Is this because of racing the queue? > > > > ``` > > {"name":"binance-api","version":"0.0.88","hostname":"f545a1de3f6a","pid":46,"gitHash":"unspecified","server":"cronjob","job":"trailingTradeIndicator","uuid":"b8a528ad-2651-492e-bf4f-4b7c7870bb75","level":50,"tag":"job-timeout","msg":"Failed to run the job within 20000ms.","time":"2022-08-11T15:00:13.013Z","v":0} > > ``` Hello @uhliksk I see...

@uhliksk Done. Pushed a fix. Let me know if it's solved. After implementing the queue, we don't need to do the trick of locking the symbol in `trailingTrade`. The queue...

~~@uhliksk Yes, there is a way to improve this. We have to re-use the Redis connections based on the documentation:~~ https://github.com/OptimalBits/bull/blob/master/PATTERNS.md#reusing-redis-connections ~~By doing this it will decrease the usage of...

@uhliksk Ignore my last message. Thanks for the info. It helps me to debug. I found the issue. Going to push a fix.

@uhliksk Done. Now the Redis CPU usage must be better and the keys will not increase horribly.

@uhliksk If everything goes well, I think this PR will be ready to be reviewed by @chrisleekr 💪 Going to bed now. It's 2AM here haha.

Nice changes @chrisleekr 🎉 Update: I see that the bull board is a good addition, and for the time being, we can use it for monitoring and debugging like we...

Thank you @chrisleekr It seems good, there is no issue in my side till now.