locust-cloud 1.15.1__py3-none-any.whl → 1.15.3__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/websocket.py +1 -0
- {locust_cloud-1.15.1.dist-info → locust_cloud-1.15.3.dist-info}/METADATA +2 -1
- {locust_cloud-1.15.1.dist-info → locust_cloud-1.15.3.dist-info}/RECORD +5 -5
- {locust_cloud-1.15.1.dist-info → locust_cloud-1.15.3.dist-info}/WHEEL +0 -0
- {locust_cloud-1.15.1.dist-info → locust_cloud-1.15.3.dist-info}/entry_points.txt +0 -0
locust_cloud/websocket.py
CHANGED
@@ -175,6 +175,7 @@ class Websocket:
|
|
175
175
|
|
176
176
|
if shutdown:
|
177
177
|
logger.debug("Got shutdown from locust master")
|
178
|
+
self.__connect_timeout_timer.cancel() # I dont know exactly why/if this is necessary but we had an issue in status-checker once
|
178
179
|
if shutdown_message:
|
179
180
|
print(shutdown_message)
|
180
181
|
|
@@ -1,10 +1,11 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: locust-cloud
|
3
|
-
Version: 1.15.
|
3
|
+
Version: 1.15.3
|
4
4
|
Summary: Locust Cloud
|
5
5
|
Project-URL: Homepage, https://locust.cloud
|
6
6
|
Requires-Python: >=3.11
|
7
7
|
Requires-Dist: configargparse==1.7
|
8
|
+
Requires-Dist: gevent>=24.11.1
|
8
9
|
Requires-Dist: platformdirs>=4.3.6
|
9
10
|
Requires-Dist: pyjwt>=2.0
|
10
11
|
Requires-Dist: python-socketio[client]==5.11.4
|
@@ -4,8 +4,8 @@ locust_cloud/cloud.py,sha256=OaUE0bnlRGgLTKhdDCMnonaT-h2pop_cAfcOFOLcwng,5581
|
|
4
4
|
locust_cloud/common.py,sha256=cFrDVKpi9OEmH6giOuj9HoIUFSBArixNtNHzZIgDvPE,992
|
5
5
|
locust_cloud/input_events.py,sha256=MyxccgboHByICuK6VpQCCJhZQqTZAacNmkSpw-gxBEw,3420
|
6
6
|
locust_cloud/web_login.py,sha256=1j2AQoEM6XVSDtE1q0Ryrs4jFEx07r9IQfZCoFAQXJg,2400
|
7
|
-
locust_cloud/websocket.py,sha256=
|
8
|
-
locust_cloud-1.15.
|
9
|
-
locust_cloud-1.15.
|
10
|
-
locust_cloud-1.15.
|
11
|
-
locust_cloud-1.15.
|
7
|
+
locust_cloud/websocket.py,sha256=9Q7nTFuAwVhgW74DlJNcHTZXOQ1drsXi8hX9ciZhWlQ,8998
|
8
|
+
locust_cloud-1.15.3.dist-info/METADATA,sha256=pOgPOJAK1gl7bAYIq_JGG29atMHdiYIAzkCfa0YHDvg,528
|
9
|
+
locust_cloud-1.15.3.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
10
|
+
locust_cloud-1.15.3.dist-info/entry_points.txt,sha256=PGyAb4e3aTsGS3N3VGShDl6VzJaXy7QwsEgsLOC7V00,57
|
11
|
+
locust_cloud-1.15.3.dist-info/RECORD,,
|
File without changes
|
File without changes
|