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

Call WaitForNewRows at the end of each QRepWorkflow #561

Merged
merged 1 commit into from
Oct 23, 2023

Conversation

heavycrystal
Copy link
Contributor

No description provided.

@@ -257,11 +273,6 @@ func QRepFlowWorkflow(
maxParallelWorkers = int(config.MaxParallelWorkers)
}

waitBetweenBatches := 5 * time.Second
Copy link
Contributor

Choose a reason for hiding this comment

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

even if there are new rows we might want to wait between batches, so please account for that.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

the function flowable.QRepWaitUntilNewRows is written such that atleast one sleep will occur before the function returns

@iskakaushik
Copy link
Contributor

for qrep can you make metadata schema default to public to make it match the current situation, else the existing mirrors will fail

@heavycrystal heavycrystal enabled auto-merge (squash) October 23, 2023 14:22
@heavycrystal heavycrystal merged commit da12a21 into main Oct 23, 2023
@serprex serprex deleted the qrep-idle-leftovers branch July 19, 2024 15:24
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