Skip to content

Add waitFor of 5000ms for changeTracking format#1450

Merged
nickscamara merged 4 commits intomainfrom
devin/1744568481-add-wait-for-change-tracking
Apr 13, 2025
Merged

Add waitFor of 5000ms for changeTracking format#1450
nickscamara merged 4 commits intomainfrom
devin/1744568481-add-wait-for-change-tracking

Conversation

@devin-ai-integration
Copy link
Contributor

This PR adds a minimum waitFor of 5000ms for all requests that have the changeTracking format to ensure proper change detection. Link to Devin run: https://app.devin.ai/sessions/d0133257eba54d00b3a3589e85399215

@devin-ai-integration devin-ai-integration bot requested a review from mogery as a code owner April 13, 2025 18:25
@devin-ai-integration
Copy link
Contributor Author

devin-ai-integration bot commented Apr 13, 2025

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR. Add '(aside)' to your comment to have me ignore it.
  • Look at CI failures and help fix them

Note: I can only respond to comments from users who have write access to this repository.

⚙️ Control Options:

  • Disable automatic comment and CI monitoring

Comment on lines +393 to +395
if (options.formats.includes("changeTracking") && options.waitFor < 5000) {
options.waitFor = 5000;
}
Copy link
Member

Choose a reason for hiding this comment

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

This shouldn't be in this file. Put it in v1 types in the refine layer, where the extract/json logic is.

@nickscamara nickscamara merged commit 6bdae3c into main Apr 13, 2025
5 of 9 checks passed
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