You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MongoDB transactions will fail silently which can cause there are some buy or sell orders not recorded or grid trade is not reset after last sell order is executed.
To Reproduce
It appear occasionally even under light workload. I didn't found specific steps to reproduce.
Expected Behaviours
Retryable transactions should be retried if the first attempt failed or at least the user should be warned there was a failed transaction.
Screenshots
Additional context
There is no check if transaction has been processed successfully. Result is returned but not processed.
There is not even writeConcern enabled. Transactions will fail silently. Introduced in #288 as "risky but worth" for RPi. Maybe it should be platform specific?
Version
v0.0.88 (9c2e4f5)
Description
MongoDB transactions will fail silently which can cause there are some buy or sell orders not recorded or grid trade is not reset after last sell order is executed.
To Reproduce
It appear occasionally even under light workload. I didn't found specific steps to reproduce.
Expected Behaviours
Retryable transactions should be retried if the first attempt failed or at least the user should be warned there was a failed transaction.
Screenshots
Additional context
There is no check if transaction has been processed successfully. Result is returned but not processed.
binance-trading-bot/app/cronjob/trailingTradeHelper/configuration.js
Lines 522 to 530 in a9319ad
binance-trading-bot/app/cronjob/trailingTrade/step/remove-last-buy-price.js
Lines 128 to 129 in a9319ad
There is not even
writeConcern
enabled. Transactions will fail silently. Introduced in #288 as "risky but worth" for RPi. Maybe it should be platform specific?binance-trading-bot/app/helpers/mongo.js
Lines 231 to 237 in a9319ad
The text was updated successfully, but these errors were encountered: