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 0f593c2
1 file changed
+25
-6
lines changed| 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