pabloem commented on code in PR #39826:
URL: https://github.com/apache/beam/pull/39826#discussion_r3831880783
##########
.test-infra/tools/stale_cleaner.py:
##########
@@ -421,6 +422,12 @@ def clean_pubsub_subscriptions():
# Restrict subscription cleanup to the NYC taxi prefix only.
prefixes = [
"taxirides-realtime_beam_",
+ "pubsub_io_performance",
+ "psit_sub_input",
+ "psit_sub_output",
+ "psit_sub_ordering",
+ "wc_subscription_input",
+ "wc_subscription_output",
Review Comment:
this change will have consequences for our production environment. let us
make it in a different PR.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]