cgse-common 0.16.5__py3-none-any.whl → 0.16.6__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.
- {cgse_common-0.16.5.dist-info → cgse_common-0.16.6.dist-info}/METADATA +1 -1
- {cgse_common-0.16.5.dist-info → cgse_common-0.16.6.dist-info}/RECORD +5 -5
- egse/signal.py +1 -1
- {cgse_common-0.16.5.dist-info → cgse_common-0.16.6.dist-info}/WHEEL +0 -0
- {cgse_common-0.16.5.dist-info → cgse_common-0.16.6.dist-info}/entry_points.txt +0 -0
|
@@ -29,7 +29,7 @@ egse/scpi.py,sha256=WJ73EaLgRUV6ah1V41l0L7AXI-Dc6Jct7hPHlbbCIcg,15461
|
|
|
29
29
|
egse/settings.py,sha256=YrRsMUn_IpOVnhTqUGREQUjMw8-AQ6aUBulQiij9MwY,15486
|
|
30
30
|
egse/settings.yaml,sha256=mz9O2QqmiptezsMvxJRLhnC1ROwIHENX0nbnhMaXUpE,190
|
|
31
31
|
egse/setup.py,sha256=1k-5CjzY3_tZ6XCitNOIyZEWyAUC8LqGcnmdKS68vYw,33945
|
|
32
|
-
egse/signal.py,sha256=
|
|
32
|
+
egse/signal.py,sha256=f5pyOiNW9iTSIxV_ce5stIfG0ub9MRbaekE85kQOVzs,7992
|
|
33
33
|
egse/socketdevice.py,sha256=R8XwYHTH3lFhFngfsGbi_L7bTnTLHxMTEKIF7gmm5rc,7465
|
|
34
34
|
egse/state.py,sha256=HdU2MFOlYRbawYRZmizV6Y8MgnZrUF0bx4fXaYU-M_s,3023
|
|
35
35
|
egse/system.py,sha256=tBlhNoKvop_QpOGQhyhGUBPuAixCDOiClwqeZM-eC4I,75538
|
|
@@ -39,7 +39,7 @@ egse/zmq_ser.py,sha256=d2lETLkLUll_F1Phc1pI7MEeA41uX7YZ8lhSFmBQZVw,3022
|
|
|
39
39
|
egse/plugins/metrics/duckdb.py,sha256=E2eeNo3I7ajRuByodaYiPNvC0Zwyc7hsIlhr1W_eXdo,16148
|
|
40
40
|
egse/plugins/metrics/influxdb.py,sha256=ecxjA_csYwf8RW3sXjiQxZHREfyrfStH1HA_rAs1AA8,6690
|
|
41
41
|
egse/plugins/metrics/timescaledb.py,sha256=Ug0NWDV1Ky2VeFY6tDZL9xg6AFgnAEh2F_llVPnlRBA,21191
|
|
42
|
-
cgse_common-0.16.
|
|
43
|
-
cgse_common-0.16.
|
|
44
|
-
cgse_common-0.16.
|
|
45
|
-
cgse_common-0.16.
|
|
42
|
+
cgse_common-0.16.6.dist-info/METADATA,sha256=Xip11z58Z_Y17DAmym5_HbkGfYQ2lgCMfoAfm6J4Eq4,3032
|
|
43
|
+
cgse_common-0.16.6.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
44
|
+
cgse_common-0.16.6.dist-info/entry_points.txt,sha256=erQovXd1bGzsngB0_sfY7IYRNwHIhwq3K8fmQvGS12o,198
|
|
45
|
+
cgse_common-0.16.6.dist-info/RECORD,,
|
egse/signal.py
CHANGED
|
@@ -158,7 +158,7 @@ class FileBasedSignaling:
|
|
|
158
158
|
"""Terminate the monitoring loop thread."""
|
|
159
159
|
self.running = False
|
|
160
160
|
if self.thread.is_alive():
|
|
161
|
-
self.thread.join(timeout=1)
|
|
161
|
+
self.thread.join(timeout=1.0)
|
|
162
162
|
|
|
163
163
|
|
|
164
164
|
def create_signal_command_file(signal_dir: Path, service_id: str, command: dict) -> None:
|
|
File without changes
|
|
File without changes
|