locust-cloud 1.3.7__py3-none-any.whl → 1.3.8__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.
locust_cloud/cloud.py CHANGED
@@ -421,10 +421,11 @@ def delete(s3_bucket, credential_manager):
421
421
  s3 = credential_manager.session.resource("s3")
422
422
  bucket = s3.Bucket(s3_bucket)
423
423
  bucket.objects.all().delete()
424
- logger.info("Done! ✨")
425
424
  except ClientError as e:
426
- logger.error(f"Failed to clean up locust files: {e}")
427
- sys.exit(1)
425
+ logger.debug(f"Failed to clean up locust files: {e}")
426
+ # sys.exit(1)
427
+
428
+ logger.info("Done! ✨")
428
429
 
429
430
 
430
431
  if __name__ == "__main__":
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: locust-cloud
3
- Version: 1.3.7
3
+ Version: 1.3.8
4
4
  Summary: Locust Cloud
5
5
  Project-URL: Homepage, https://locust.cloud
6
6
  Requires-Python: >=3.11
@@ -1,6 +1,6 @@
1
1
  locust_cloud/__init__.py,sha256=GS_nha_uwtF2MTYEpkeiK-YmbY9ZlYBgDIyvPzQ0iGQ,2005
2
2
  locust_cloud/auth.py,sha256=2fcTIq0tYDckDsZZ7yFTHZn5nG7Ir1dlV1QIu_tp3JA,3164
3
- locust_cloud/cloud.py,sha256=3i91W4FLTij5919tnn2VKOtFbMnzlMwsDgrNBcXwpGo,15809
3
+ locust_cloud/cloud.py,sha256=ZlMN7bcdgtOhq3PfXHD7oNZ0-SRNU9dbNA9ZjTUEzdU,15808
4
4
  locust_cloud/constants.py,sha256=YGgIEnaOT9cAA8F8a8Z8lOmlI78D2fXiVpP0RF213MA,167
5
5
  locust_cloud/credential_manager.py,sha256=JbuS22RTGAmngVB9DFLxHIgaonCSImemMGvtWnxBZRE,5515
6
6
  locust_cloud/timescale/exporter.py,sha256=0VodnUUFHMDLH3Ma0dz2lfOhgjaisU9rn48fpckBYhI,11119
@@ -15,7 +15,7 @@ locust_cloud/webui/vite.config.ts,sha256=cqxPMkbwEA3H9mGGbuPulQUhIHCosUqm_1usxzs
15
15
  locust_cloud/webui/yarn.lock,sha256=BysE8ROGSmsu8Q1jGCIq--2o-aFI2wSNrt_XTN3r1b0,227066
16
16
  locust_cloud/webui/dist/index.html,sha256=WCvgEqvURZm5FSxTbztvnak3JFBxXK2K2CuvOSaeeQE,664
17
17
  locust_cloud/webui/dist/assets/index-CxyNnPLb.js,sha256=aROkDVGBTRM-xvS9rqWPPsmUSrlizY9v6Ur4tNUBvFo,2805875
18
- locust_cloud-1.3.7.dist-info/METADATA,sha256=iivZdjGzKQobEjKXkTbhAWbf8kFZmrIohLiB7ZzKtVk,1663
19
- locust_cloud-1.3.7.dist-info/WHEEL,sha256=1yFddiXMmvYK7QYTqtRNtX66WJ0Mz8PYEiEUoOUUxRY,87
20
- locust_cloud-1.3.7.dist-info/entry_points.txt,sha256=PGyAb4e3aTsGS3N3VGShDl6VzJaXy7QwsEgsLOC7V00,57
21
- locust_cloud-1.3.7.dist-info/RECORD,,
18
+ locust_cloud-1.3.8.dist-info/METADATA,sha256=6qwm7_E23oxH5z2WEnErrbYjEP963wFVwREn5YQ0t4w,1663
19
+ locust_cloud-1.3.8.dist-info/WHEEL,sha256=1yFddiXMmvYK7QYTqtRNtX66WJ0Mz8PYEiEUoOUUxRY,87
20
+ locust_cloud-1.3.8.dist-info/entry_points.txt,sha256=PGyAb4e3aTsGS3N3VGShDl6VzJaXy7QwsEgsLOC7V00,57
21
+ locust_cloud-1.3.8.dist-info/RECORD,,