polyaxon 2.1.1__py3-none-any.whl → 2.1.2rc0__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.
@@ -84,13 +84,18 @@ async def start_sidecar(
84
84
  )
85
85
  if monitor_outputs:
86
86
  last_check = state["last_artifacts_check"]
87
- await sync_artifacts(
88
- fs=fs,
89
- fw=fw,
90
- store_path=connection.store_path,
91
- run_uuid=run_uuid,
92
- exclude=CONTAINER_IGNORE_FOLDERS,
93
- )
87
+ try:
88
+ await sync_artifacts(
89
+ fs=fs,
90
+ fw=fw,
91
+ store_path=connection.store_path,
92
+ run_uuid=run_uuid,
93
+ exclude=CONTAINER_IGNORE_FOLDERS,
94
+ )
95
+ except Exception as e:
96
+ logger.debug(
97
+ "An error occurred while syncing artifacts, Exception %s" % repr(e)
98
+ )
94
99
  try:
95
100
  client.sync_events_summaries(
96
101
  last_check=last_check,
@@ -106,7 +111,7 @@ async def start_sidecar(
106
111
  )
107
112
  update_last_check = True
108
113
  except Exception as e:
109
- logger.info(
114
+ logger.debug(
110
115
  "An error occurred while syncing events summaries, "
111
116
  "Exception %s" % repr(e)
112
117
  )
polyaxon/pkg.py CHANGED
@@ -1,5 +1,5 @@
1
1
  NAME = "polyaxon"
2
- VERSION = "2.1.1"
2
+ VERSION = "2.1.2-rc0"
3
3
  SCHEMA_VERSION = 1.1
4
4
  DESC = "Command Line Interface (CLI) and client to interact with Polyaxon API."
5
5
  URL = "https://github.com/polyaxon/polyaxon"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: polyaxon
3
- Version: 2.1.1
3
+ Version: 2.1.2rc0
4
4
  Summary: Command Line Interface (CLI) and client to interact with Polyaxon API.
5
5
  Home-page: https://github.com/polyaxon/polyaxon
6
6
  Author: Polyaxon, Inc.
@@ -46,7 +46,7 @@ Requires-Dist: psutil >=5.4.7
46
46
  Requires-Dist: requests >=2.20.1
47
47
  Requires-Dist: requests-toolbelt >=0.8.0
48
48
  Requires-Dist: rich >=12.0.0
49
- Requires-Dist: sentry-sdk >=1.2.0
49
+ Requires-Dist: sentry-sdk <1.40,>=1.2.0
50
50
  Requires-Dist: urllib3 >=1.25.6
51
51
  Requires-Dist: certifi >=2022.12.7
52
52
  Requires-Dist: pydantic >=1.10.2
@@ -59,10 +59,10 @@ Requires-Dist: moto ==2.0.5 ; extra == 'dev'
59
59
  Provides-Extra: docker
60
60
  Requires-Dist: docker ; extra == 'docker'
61
61
  Provides-Extra: fs
62
- Requires-Dist: adlfs ==2023.12.0 ; extra == 'fs'
63
- Requires-Dist: fsspec ==2023.12.2 ; extra == 'fs'
64
- Requires-Dist: gcsfs ==2023.12.2.post1 ; extra == 'fs'
65
- Requires-Dist: s3fs ==2023.12.2 ; extra == 'fs'
62
+ Requires-Dist: adlfs ==2024.2.0 ; extra == 'fs'
63
+ Requires-Dist: fsspec ==2024.2.0 ; extra == 'fs'
64
+ Requires-Dist: gcsfs ==2024.2.0 ; extra == 'fs'
65
+ Requires-Dist: s3fs ==2024.2.0 ; extra == 'fs'
66
66
  Provides-Extra: fsspec
67
67
  Requires-Dist: fsspec ; extra == 'fsspec'
68
68
  Provides-Extra: gcs
@@ -93,7 +93,7 @@ Requires-Dist: anyio ; extra == 'sidecar'
93
93
  [![Slack](https://img.shields.io/badge/Slack-1.5k%20members-blue.svg?style=flat&logo=slack&longCache=true)](https://polyaxon.com/slack/)
94
94
 
95
95
  [![Docs](https://img.shields.io/badge/docs-stable-brightgreen.svg?style=flat&longCache=true)](https://polyaxon.com/docs/)
96
- [![Release](https://img.shields.io/badge/release-v2.1.1-brightgreen.svg?longCache=true)](https://polyaxon.com/docs/releases/2-1/)
96
+ [![Release](https://img.shields.io/badge/release-v2.1.2-brightgreen.svg?longCache=true)](https://polyaxon.com/docs/releases/2-1/)
97
97
  [![GitHub](https://img.shields.io/badge/issue_tracker-github-blue?style=flat&logo=github&longCache=true)](https://github.com/polyaxon/polyaxon/issues)
98
98
  [![GitHub](https://img.shields.io/badge/roadmap-github-blue?style=flat&logo=github&longCache=true)](https://github.com/orgs/polyaxon/projects/5)
99
99
 
@@ -9,7 +9,7 @@ polyaxon/exceptions.py,sha256=ujvG9p1Pn2KHYbHqB3-faadW46dEuULUQXNtfkd2zk8,10236
9
9
  polyaxon/fs.py,sha256=RS8XmVrrfXfIJXN6cTCCRRYwesCLHVVfC01Vi56lecs,246
10
10
  polyaxon/k8s.py,sha256=nI5oPCSlqU4aaeVShM6SlYS9eqYiYUL4GDXIZ4bnq-I,1051
11
11
  polyaxon/logger.py,sha256=gdZQms37Pe5G2j-Ear5jbSAJeGgX6fnvg7oE8_9MSlc,2309
12
- polyaxon/pkg.py,sha256=ElSfBwMk3dZGHGJgMI6IWW2WktBYniORSC7OwCvFoZk,262
12
+ polyaxon/pkg.py,sha256=kgbqkw66KVYjGNJ2Vf4y_I6cGDa9G8nmJypUhQt59Uk,266
13
13
  polyaxon/polyaxonfile.py,sha256=xHmHT_cHomfuAQm82Jhnp71YNN5mQ-Lod7EbonjY4b4,429
14
14
  polyaxon/schemas.py,sha256=l5Lg1IGP6FM_pO8eToY0RUCzVD1kn3Dk5CNM_nsAf60,5877
15
15
  polyaxon/settings.py,sha256=Pxx1-T2oeJ5XmvGFN0YgnVzum_9FyTPaQtl68aQvYc4,4116
@@ -546,7 +546,7 @@ polyaxon/_services/values.py,sha256=Uyj-kB5omSm3SbwpjqeuboSSOK5dyovoh-RszHPdiQ8,
546
546
  polyaxon/_sidecar/__init__.py,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
547
547
  polyaxon/_sidecar/ignore.py,sha256=-TkUcBAJWA8P3Blh4cYbnKvom-6yqURhU1QSomMnq_c,82
548
548
  polyaxon/_sidecar/processor.py,sha256=XIIxl_9W2wme0xOq-4lBnZeThJrGj0dlaC4_mhSKgVI,3235
549
- polyaxon/_sidecar/container/__init__.py,sha256=zOesztGtTfC02Sg_FghFJwcdrHYh7U7ej8NwlrU29is,5055
549
+ polyaxon/_sidecar/container/__init__.py,sha256=12HJciqE_QbK5PbvTkEhLNWuQplSpMPGzJK5MZXcq8g,5272
550
550
  polyaxon/_sidecar/container/intervals.py,sha256=-tckK4E_Ur0feVsLBhUPUu6brx-JaU6RDFQBW-TAo6I,304
551
551
  polyaxon/_sidecar/container/monitors/__init__.py,sha256=x12AMMGTi4cK_LaDvEK0gd3jZ3R57iPnp5ICehCwOl8,202
552
552
  polyaxon/_sidecar/container/monitors/artifacts.py,sha256=BlXMOiKJFhHcRpJ9T7izh-GtcXoKfulZmzfq7aBgdOY,2746
@@ -594,9 +594,9 @@ polyaxon/tuners/hyperopt.py,sha256=zd6MblMGkooqLGDFJVo5kClqYnBoMwGj-opqqj8FDzQ,7
594
594
  polyaxon/tuners/mapping.py,sha256=pOdHCiwEufTk-QT7pNyjBjAEWNTM-lMC17WNTCk7C24,69
595
595
  polyaxon/tuners/random_search.py,sha256=6VEekM3N9h6E1lbpVTTUGKFPJlGMY2u-GkG615_nQcI,80
596
596
  polyaxon_sdk/__init__.py,sha256=HWvFdGWESyVG3f26K_szewiG-McMOHFkXKTfZcBlHsM,92
597
- polyaxon-2.1.1.dist-info/LICENSE,sha256=86kroZbQUDsmSWOomB7dpceG65UXiVSPob4581tStBc,11349
598
- polyaxon-2.1.1.dist-info/METADATA,sha256=GyBULpC8mxqpsCWOqt90hN8iWpTbpd-SA68mWA9hnTg,11713
599
- polyaxon-2.1.1.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
600
- polyaxon-2.1.1.dist-info/entry_points.txt,sha256=aFbUMjkg9vzRBVAFhqvR1m92yG8Cov7UAF0zViGfoQw,70
601
- polyaxon-2.1.1.dist-info/top_level.txt,sha256=I_2e_Vv8rdcqWcMMdZocbrHiKPNGqoSMBqIObrw00Rg,22
602
- polyaxon-2.1.1.dist-info/RECORD,,
597
+ polyaxon-2.1.2rc0.dist-info/LICENSE,sha256=86kroZbQUDsmSWOomB7dpceG65UXiVSPob4581tStBc,11349
598
+ polyaxon-2.1.2rc0.dist-info/METADATA,sha256=p1Ng621lLCYBZ95LVG2drBkopRbpQS6_LTRlYorCqwU,11712
599
+ polyaxon-2.1.2rc0.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
600
+ polyaxon-2.1.2rc0.dist-info/entry_points.txt,sha256=aFbUMjkg9vzRBVAFhqvR1m92yG8Cov7UAF0zViGfoQw,70
601
+ polyaxon-2.1.2rc0.dist-info/top_level.txt,sha256=I_2e_Vv8rdcqWcMMdZocbrHiKPNGqoSMBqIObrw00Rg,22
602
+ polyaxon-2.1.2rc0.dist-info/RECORD,,