This repository was archived by the owner on May 7, 2026. It is now read-only.
Commit 0f593c2
authored
fix: implement retry logic for cloud function endpoint fetching (#2369)
This PR addresses intermittent failures when creating remote functions
where the Cloud Function endpoint is not immediately available after the
creation operation completes.
Thank you for opening a Pull Request! Before submitting your PR, there
are a few things you can do to make sure it goes smoothly:
- [ ] Make sure to open an issue as a
[bug/issue](https://github.com/googleapis/python-bigquery-dataframes/issues/new/choose)
before writing your code! That way we can discuss the change, evaluate
designs, and agree on the general idea
- [ ] Ensure the tests and linter pass
- [ ] Code coverage does not decrease (if any source code was changed)
- [ ] Appropriate docs were updated (if necessary)
Fixes b/473903255 🦕1 parent e1e1141 commit 0f593c2Copy full SHA for 0f593c2
1 file changed
+25-6Lines changed: 25 additions & 6 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- bigframes/functions
Expand file treeCollapse file tree
Open diff view settings
Collapse file
bigframes/functions/_function_client.py
Copy file name to clipboardExpand all lines: bigframes/functions/_function_client.py+25-6Lines changed: 25 additions & 6 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
375 | 375 | |
376 | 376 | |
377 | 377 | |
| 378 | + |
| 379 | + |
| 380 | + |
| 381 | + |
| 382 | + |
| 383 | + |
| 384 | + |
| 385 | + |
| 386 | + |
| 387 | + |
| 388 | + |
| 389 | + |
| 390 | + |
| 391 | + |
378 | 392 | |
379 | 393 | |
380 | 394 | |
| ||
516 | 530 | |
517 | 531 | |
518 | 532 | |
| 533 | + |
519 | 534 | |
520 | 535 | |
521 | 536 | |
522 | 537 | |
523 | | - |
| 538 | + |
| 539 | + |
| 540 | + |
524 | 541 | |
525 | 542 | |
526 | 543 | |
| ||
535 | 552 | |
536 | 553 | |
537 | 554 | |
538 | | - |
539 | | - |
| 555 | + |
540 | 556 | |
541 | | - |
542 | | - |
543 | | - |
| 557 | + |
| 558 | + |
| 559 | + |
| 560 | + |
| 561 | + |
| 562 | + |
544 | 563 | |
545 | 564 | |
546 | 565 | |
|
0 commit comments