This is an automated email from the ASF dual-hosted git repository.
pabloem pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.
from 402bb56 Merge pull request #16283 from [BEAM-13448] [Playground]
track run code time to the analytics
add ec4c7ee Merge pull request #16244 from [BEAM-13463] [Playground] add
retries to check status for run code
No new revisions were added by this update.
Summary of changes:
.../components/pipeline_options_text_field.dart | 3 +-
.../code_client/grpc_code_client.dart | 21 +++--
.../code_repository/code_repository.dart | 12 ++-
.../code_repository/run_code_result.dart | 2 +-
.../components/playground_page_providers.dart | 8 +-
playground/frontend/lib/utils/run_with_retry.dart | 52 ++++++++++++
.../frontend/test/utils/run_with_retry_test.dart | 95 ++++++++++++++++++++++
7 files changed, 179 insertions(+), 14 deletions(-)
create mode 100644 playground/frontend/lib/utils/run_with_retry.dart
create mode 100644 playground/frontend/test/utils/run_with_retry_test.dart