-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Feature/add warnings to file watchers #28206
Feature/add warnings to file watchers #28206
Conversation
Assigning reviewers. If you would like to opt out of this review, comment R: @robertwb for label java. Available commands:
The PR bot will only process comments in the main thread (not review comments). |
*/ | ||
public MatchConfiguration continuously( | ||
Duration interval, TerminationCondition<String, ?> condition, boolean matchUpdatedFiles) { | ||
LOG.warn("Matching Continuously is stateful, and can scale poorly. Consider using Pub/Sub " |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this is true for python sdk as well. If yes, can we add a warning there?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
will do
Run Java PreCommit |
Codecov Report
@@ Coverage Diff @@
## master #28206 +/- ##
==========================================
- Coverage 70.87% 70.78% -0.10%
==========================================
Files 861 865 +4
Lines 105010 105459 +449
==========================================
+ Hits 74422 74644 +222
- Misses 29030 29257 +227
Partials 1558 1558
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 46 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
The java precommit is an unrelated flake |
the pending checks all passed as well |
@AnandInguva ready for another review. It looks like all the failures are flakes |
No description provided.