Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Run all of the db backup in a dedicated thread #1864

Merged
merged 1 commit into from
Jan 22, 2024

Conversation

holzeis
Copy link
Contributor

@holzeis holzeis commented Jan 22, 2024

Without that fix the open and close position protocol was affected by the db backup to finish. That could lead to the trade dialog not showing a success message.

fixes #1847

@holzeis holzeis requested review from bonomat and luckysori January 22, 2024 09:48
@holzeis holzeis self-assigned this Jan 22, 2024
Copy link
Contributor

@luckysori luckysori left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yay!

Without that fix the open and close position protocol was affected by the db backup to finish. That could lead to the trade dialog not showing a success message.

Co-authored-by: Lucas Soriano <lucas@10101.finance>
@holzeis holzeis force-pushed the fix/timeout-close-position-trade-dialog branch from 46cd24d to 2691a48 Compare January 22, 2024 09:50
@holzeis holzeis enabled auto-merge January 22, 2024 09:50
@holzeis holzeis added this pull request to the merge queue Jan 22, 2024
Merged via the queue into main with commit c394dc6 Jan 22, 2024
9 checks passed
@holzeis holzeis deleted the fix/timeout-close-position-trade-dialog branch January 22, 2024 10:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Trade modal does not disappear after order is filled
2 participants