outerbounds 0.3.180rc3__py3-none-any.whl → 0.3.180rc4__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -492,7 +492,11 @@ class CapsuleApi:
492
492
  response = self._wrapped_api_caller(
493
493
  requests.get,
494
494
  _url,
495
- retryable_status_codes=[409], # todo : verify me
495
+ retryable_status_codes=[409, 404], # todo : verify me
496
+ # Adding 404s because sometimes we might even end up getting 404s if
497
+ # the backend cache is not updated yet. So on consistent 404s we should
498
+ # just crash out.
499
+ conn_error_retries=3,
496
500
  )
497
501
  try:
498
502
  return response.json().get("workers", []) or []
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: outerbounds
3
- Version: 0.3.180rc3
3
+ Version: 0.3.180rc4
4
4
  Summary: More Data Science, Less Administration
5
5
  License: Proprietary
6
6
  Keywords: data science,machine learning,MLOps
@@ -29,8 +29,8 @@ Requires-Dist: google-cloud-secret-manager (>=2.20.0,<3.0.0) ; extra == "gcp"
29
29
  Requires-Dist: google-cloud-storage (>=2.14.0,<3.0.0) ; extra == "gcp"
30
30
  Requires-Dist: metaflow-checkpoint (==0.2.1)
31
31
  Requires-Dist: ob-metaflow (==2.15.17.1)
32
- Requires-Dist: ob-metaflow-extensions (==1.1.168rc3)
33
- Requires-Dist: ob-metaflow-stubs (==6.0.3.180rc3)
32
+ Requires-Dist: ob-metaflow-extensions (==1.1.168rc4)
33
+ Requires-Dist: ob-metaflow-stubs (==6.0.3.180rc4)
34
34
  Requires-Dist: opentelemetry-distro (>=0.41b0) ; extra == "otel"
35
35
  Requires-Dist: opentelemetry-exporter-otlp-proto-http (>=1.20.0) ; extra == "otel"
36
36
  Requires-Dist: opentelemetry-instrumentation-requests (>=0.41b0) ; extra == "otel"
@@ -47,7 +47,7 @@ outerbounds/apps/_state_machine.py,sha256=3hQF5O2zJdtQWdy9e5w393O85u6UjGApqTMlRU
47
47
  outerbounds/apps/app_cli.py,sha256=FfONKmfTzI0jJmGfBq5APWVJmFDbcvrsEKi78aaXfj0,44763
48
48
  outerbounds/apps/app_config.py,sha256=KBmW9grhiuG9XZG-R0GZkM-024cjj6ztGzOX_2wZW34,11291
49
49
  outerbounds/apps/artifacts.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
50
- outerbounds/apps/capsule.py,sha256=2B_d_zuoQzN4Qs3Tiw_v9EwD7ToQLy8_83rWmVjBz48,30693
50
+ outerbounds/apps/capsule.py,sha256=YoOkUYGPrbXPaSUwS3teui1XPJDZCIxn-9tPpm1X0GM,30927
51
51
  outerbounds/apps/cli_to_config.py,sha256=9IIrJbiaNXoUruCh1s23KbzN87Qyc_MPfqLqXM3nEaE,3275
52
52
  outerbounds/apps/code_package/__init__.py,sha256=8McF7pgx8ghvjRnazp2Qktlxi9yYwNiwESSQrk-2oW8,68
53
53
  outerbounds/apps/code_package/code_packager.py,sha256=RWvM5BKjgLhu7icsO_n5SSYC57dwyST0dWpoWF88ovU,22881
@@ -76,7 +76,7 @@ outerbounds/utils/metaflowconfig.py,sha256=l2vJbgPkLISU-XPGZFaC8ZKmYFyJemlD6bwB-
76
76
  outerbounds/utils/schema.py,sha256=lMUr9kNgn9wy-sO_t_Tlxmbt63yLeN4b0xQXbDUDj4A,2331
77
77
  outerbounds/utils/utils.py,sha256=4Z8cszNob_8kDYCLNTrP-wWads_S_MdL3Uj3ju4mEsk,501
78
78
  outerbounds/vendor.py,sha256=gRLRJNXtZBeUpPEog0LOeIsl6GosaFFbCxUvR4bW6IQ,5093
79
- outerbounds-0.3.180rc3.dist-info/METADATA,sha256=hzCInVt5CtsSkOHsLh6GmA2dybjyNtaMyRGpyuxOy7U,1846
80
- outerbounds-0.3.180rc3.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
81
- outerbounds-0.3.180rc3.dist-info/entry_points.txt,sha256=AP6rZg7y5SK9e9a9iVq0Fi9Q2KPjPZSwtZ6R98rLw-8,56
82
- outerbounds-0.3.180rc3.dist-info/RECORD,,
79
+ outerbounds-0.3.180rc4.dist-info/METADATA,sha256=TzNa7b91XFl1ZaQIBEPoZICgaod09sSxkfz5hMqFp8k,1846
80
+ outerbounds-0.3.180rc4.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
81
+ outerbounds-0.3.180rc4.dist-info/entry_points.txt,sha256=AP6rZg7y5SK9e9a9iVq0Fi9Q2KPjPZSwtZ6R98rLw-8,56
82
+ outerbounds-0.3.180rc4.dist-info/RECORD,,