scalable-pypeline 2.1.19__py2.py3-none-any.whl → 2.1.20__py2.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.
- pypeline/__init__.py +1 -1
- pypeline/utils/config_utils.py +1 -1
- {scalable_pypeline-2.1.19.dist-info → scalable_pypeline-2.1.20.dist-info}/METADATA +1 -1
- {scalable_pypeline-2.1.19.dist-info → scalable_pypeline-2.1.20.dist-info}/RECORD +8 -8
- {scalable_pypeline-2.1.19.dist-info → scalable_pypeline-2.1.20.dist-info}/LICENSE +0 -0
- {scalable_pypeline-2.1.19.dist-info → scalable_pypeline-2.1.20.dist-info}/WHEEL +0 -0
- {scalable_pypeline-2.1.19.dist-info → scalable_pypeline-2.1.20.dist-info}/entry_points.txt +0 -0
- {scalable_pypeline-2.1.19.dist-info → scalable_pypeline-2.1.20.dist-info}/top_level.txt +0 -0
pypeline/__init__.py
CHANGED
@@ -1 +1 @@
|
|
1
|
-
__version__ = "2.1.
|
1
|
+
__version__ = "2.1.20"
|
pypeline/utils/config_utils.py
CHANGED
@@ -43,7 +43,7 @@ def retrieve_latest_schedule_config():
|
|
43
43
|
|
44
44
|
def retrieve_executable_job_config():
|
45
45
|
pypeline_config = load_pypeline_config()
|
46
|
-
if "executableJobs" in pypeline_config:
|
46
|
+
if "executableJobs" in pypeline_config or {}:
|
47
47
|
tasks = []
|
48
48
|
for task_id, config in pypeline_config["executableJobs"].items():
|
49
49
|
tasks.append(config)
|
@@ -1,4 +1,4 @@
|
|
1
|
-
pypeline/__init__.py,sha256=
|
1
|
+
pypeline/__init__.py,sha256=1o03qONF3c4_EpFCJ6aUvh-e6t48L0nm4t4sDu21mEA,23
|
2
2
|
pypeline/barrier.py,sha256=oO964l9qOCOibweOHyNivmAvufdXOke9nz2tdgclouo,1172
|
3
3
|
pypeline/constants.py,sha256=EGSuLq4KhZ4bxrbtnUgKclELRyya5ipvv0WeybCzNAs,3049
|
4
4
|
pypeline/dramatiq.py,sha256=S_rZMpGgE-VAmx9YjDBkHpSjFdhwp7mz4uuuKBUx4iQ,14405
|
@@ -25,7 +25,7 @@ pypeline/pipelines/middleware/graceful_shutdown_middleware.py,sha256=k37zmFk9dOy
|
|
25
25
|
pypeline/pipelines/middleware/parallel_pipeline_middleware.py,sha256=kTp6niYoe2nXIiN6EGRfdpxrJyioo0GPxDkfefbGlEk,2821
|
26
26
|
pypeline/pipelines/middleware/pypeline_middleware.py,sha256=AGQCRmqXcYNyCxinwtGZplHwltrmZ_sH73CVRLu_0EE,8961
|
27
27
|
pypeline/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
28
|
-
pypeline/utils/config_utils.py,sha256=
|
28
|
+
pypeline/utils/config_utils.py,sha256=adMuDGKUFLz1G3B0HFzsVhvK5uKUQDXT9bZ6oliEawE,2465
|
29
29
|
pypeline/utils/dramatiq_utils.py,sha256=DUdgVywm1182A4i69XzH9EIh1EJ9zAHmJLtOaVSW7pw,3844
|
30
30
|
pypeline/utils/executable_job_util.py,sha256=Id4FYvCdzqOCzQYSoU2yeOncubKwSwITUf_BgIPZQUw,1206
|
31
31
|
pypeline/utils/graceful_shutdown_util.py,sha256=gdyf4r_vlunZZP-prcol_9aJQEG9Hk8evivVSe_H0N0,1293
|
@@ -33,9 +33,9 @@ pypeline/utils/module_utils.py,sha256=-yEJIukDCoXnmlZVXB6Dww25tH6GdPE5SoFqv6pfdV
|
|
33
33
|
pypeline/utils/pipeline_utils.py,sha256=kGP1QwCJikGC5QNRtzRXCDVewyRMpWIqERTNnxGLlSY,4795
|
34
34
|
pypeline/utils/schema_utils.py,sha256=Fgl0y9Cuo_TZeEx_S3gaSVnLjn6467LTkjb2ek7Ms98,851
|
35
35
|
tests/fixtures/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
36
|
-
scalable_pypeline-2.1.
|
37
|
-
scalable_pypeline-2.1.
|
38
|
-
scalable_pypeline-2.1.
|
39
|
-
scalable_pypeline-2.1.
|
40
|
-
scalable_pypeline-2.1.
|
41
|
-
scalable_pypeline-2.1.
|
36
|
+
scalable_pypeline-2.1.20.dist-info/LICENSE,sha256=DVQuDIgE45qn836wDaWnYhSdxoLXgpRRKH4RuTjpRZQ,10174
|
37
|
+
scalable_pypeline-2.1.20.dist-info/METADATA,sha256=nXCNyumIfipzr-IJM6DTfyvTWLXPzFXOy3PhPqno9Cs,5982
|
38
|
+
scalable_pypeline-2.1.20.dist-info/WHEEL,sha256=bb2Ot9scclHKMOLDEHY6B2sicWOgugjFKaJsT7vwMQo,110
|
39
|
+
scalable_pypeline-2.1.20.dist-info/entry_points.txt,sha256=uWs10ODfHSBKo2Cx_QaUjPHQTpZ3e77j9VlAdRRmMyg,119
|
40
|
+
scalable_pypeline-2.1.20.dist-info/top_level.txt,sha256=C7dpkEOc_-nnsAQb28BfQknjD6XHRyS9ZrvVeoIbV7s,15
|
41
|
+
scalable_pypeline-2.1.20.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|