locust-cloud 1.14.0__py3-none-any.whl → 1.14.1__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
@@ -658,7 +658,7 @@ def main() -> None:
658
658
  session_id = response.json()["session_id"]
659
659
  logger.debug(f"Session ID is {session_id}")
660
660
 
661
- logger.info("Waiting for pods to be ready...")
661
+ logger.info("Waiting for load generators to be ready...")
662
662
  websocket.connect(
663
663
  log_ws_url,
664
664
  auth=session_id,
@@ -708,8 +708,6 @@ def delete(session):
708
708
  except Exception as e:
709
709
  logger.error(f"Could not automatically tear down Locust Cloud: {e.__class__.__name__}:{e}")
710
710
 
711
- logger.info("Done! ✨") # FIXME: Should probably not say it's done since at this point it could still be running
712
-
713
711
 
714
712
  if __name__ == "__main__":
715
713
  main()
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: locust-cloud
3
- Version: 1.14.0
3
+ Version: 1.14.1
4
4
  Summary: Locust Cloud
5
5
  Project-URL: Homepage, https://locust.cloud
6
6
  Requires-Python: >=3.11
@@ -0,0 +1,5 @@
1
+ locust_cloud/cloud.py,sha256=2zRfdvnrSqEBzCspEtL3H2h0H-Y2gIHs4GmZUX-P9bw,25357
2
+ locust_cloud-1.14.1.dist-info/METADATA,sha256=wJHNidr7_UQ39nTxdPml1Dd7lcL-X4vfnIxbjGMn9i0,497
3
+ locust_cloud-1.14.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
4
+ locust_cloud-1.14.1.dist-info/entry_points.txt,sha256=PGyAb4e3aTsGS3N3VGShDl6VzJaXy7QwsEgsLOC7V00,57
5
+ locust_cloud-1.14.1.dist-info/RECORD,,
@@ -1,5 +0,0 @@
1
- locust_cloud/cloud.py,sha256=H_bATzG3Hyw8BRw0HmgLKTl5kX4y9KQuKCVTtzSAdjA,25466
2
- locust_cloud-1.14.0.dist-info/METADATA,sha256=mZOGdXwLoyzOO3TeABH2eKsnw6RTz2d5Av0POdyvaIc,497
3
- locust_cloud-1.14.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
4
- locust_cloud-1.14.0.dist-info/entry_points.txt,sha256=PGyAb4e3aTsGS3N3VGShDl6VzJaXy7QwsEgsLOC7V00,57
5
- locust_cloud-1.14.0.dist-info/RECORD,,