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

feat: Add module that waits for transaction completion before updating #55

Merged
merged 1 commit into from
Sep 2, 2023

Conversation

EyeCantCU
Copy link
Member

Prevents updates from being triggered while an existing transaction exists

Thanks to @akdev1l for help with the implementation :)

Prevents updates from being triggered while an existing transaction exists
@EyeCantCU EyeCantCU force-pushed the wait-for-transaction branch from bf0c40d to 0abd5dc Compare September 2, 2023 14:52
@@ -214,9 +219,19 @@ def main():
action="store_true",
help="check for updates and exit",
)
parser.add_argument(
Copy link
Contributor

Choose a reason for hiding this comment

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

Does it default to false?

Copy link
Contributor

@akdev1l akdev1l left a comment

Choose a reason for hiding this comment

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

Oh I get it

@akdev1l akdev1l added this pull request to the merge queue Sep 2, 2023
Merged via the queue into main with commit d8d038b Sep 2, 2023
1 check passed
@akdev1l akdev1l deleted the wait-for-transaction branch September 2, 2023 19:16
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.

2 participants