orionis 0.535.0__py3-none-any.whl → 0.536.0__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.
- orionis/console/tasks/schedule.py +6 -6
- orionis/metadata/framework.py +1 -1
- {orionis-0.535.0.dist-info → orionis-0.536.0.dist-info}/METADATA +1 -1
- {orionis-0.535.0.dist-info → orionis-0.536.0.dist-info}/RECORD +8 -8
- {orionis-0.535.0.dist-info → orionis-0.536.0.dist-info}/WHEEL +0 -0
- {orionis-0.535.0.dist-info → orionis-0.536.0.dist-info}/licenses/LICENCE +0 -0
- {orionis-0.535.0.dist-info → orionis-0.536.0.dist-info}/top_level.txt +0 -0
- {orionis-0.535.0.dist-info → orionis-0.536.0.dist-info}/zip-safe +0 -0
|
@@ -707,7 +707,7 @@ class Schedule(ISchedule):
|
|
|
707
707
|
and listener invocation for the job error event.
|
|
708
708
|
"""
|
|
709
709
|
# Log an error message indicating that the job raised an exception
|
|
710
|
-
self.__logger.error(f"Task {event.job_id} raised an exception: {event.exception}")
|
|
710
|
+
self.__logger.error(f"Task '{event.job_id}' raised an exception: {event.exception}")
|
|
711
711
|
|
|
712
712
|
# If a listener is registered for this job ID, invoke the listener with the event details
|
|
713
713
|
job_event_data = self.__getTaskFromSchedulerById(event.job_id)
|
|
@@ -758,7 +758,7 @@ class Schedule(ISchedule):
|
|
|
758
758
|
"""
|
|
759
759
|
|
|
760
760
|
# Log an informational message indicating that the job has been submitted
|
|
761
|
-
self.__logger.info(f"Task {event.job_id} submitted to executor.")
|
|
761
|
+
self.__logger.info(f"Task '{event.job_id}' submitted to executor.")
|
|
762
762
|
|
|
763
763
|
# Create entity for job submitted event
|
|
764
764
|
data_event = self.__getTaskFromSchedulerById(event.job_id, event.code)
|
|
@@ -793,7 +793,7 @@ class Schedule(ISchedule):
|
|
|
793
793
|
"""
|
|
794
794
|
|
|
795
795
|
# Log an informational message indicating that the job has been executed
|
|
796
|
-
self.__logger.info(f"Task {event.job_id} executed.")
|
|
796
|
+
self.__logger.info(f"Task '{event.job_id}' executed.")
|
|
797
797
|
|
|
798
798
|
# Create entity for job executed event
|
|
799
799
|
data_event = self.__getTaskFromSchedulerById(event.job_id, event.code)
|
|
@@ -828,7 +828,7 @@ class Schedule(ISchedule):
|
|
|
828
828
|
"""
|
|
829
829
|
|
|
830
830
|
# Log a warning indicating that the job was missed
|
|
831
|
-
self.__logger.warning(f"Task {event.job_id} was missed. It was scheduled to run at {event.scheduled_run_time}.")
|
|
831
|
+
self.__logger.warning(f"Task '{event.job_id}' was missed. It was scheduled to run at {event.scheduled_run_time}.")
|
|
832
832
|
|
|
833
833
|
# Create entity for job missed event
|
|
834
834
|
data_event = self.__getTaskFromSchedulerById(event.job_id, event.code)
|
|
@@ -863,7 +863,7 @@ class Schedule(ISchedule):
|
|
|
863
863
|
"""
|
|
864
864
|
|
|
865
865
|
# Log an error message indicating that the job exceeded maximum instances
|
|
866
|
-
self.__logger.error(f"Task {event.job_id} exceeded maximum instances")
|
|
866
|
+
self.__logger.error(f"Task '{event.job_id}' exceeded maximum instances")
|
|
867
867
|
|
|
868
868
|
# Create entity for job max instances event
|
|
869
869
|
data_event = self.__getTaskFromSchedulerById(event.job_id, event.code)
|
|
@@ -897,7 +897,7 @@ class Schedule(ISchedule):
|
|
|
897
897
|
"""
|
|
898
898
|
|
|
899
899
|
# Log the removal of the job
|
|
900
|
-
self.__logger.info(f"Task {event.job_id} has been removed.")
|
|
900
|
+
self.__logger.info(f"Task '{event.job_id}' has been removed.")
|
|
901
901
|
|
|
902
902
|
# Create entity for job removed event
|
|
903
903
|
data_event = self.__getTaskFromSchedulerById(event.job_id, event.code)
|
orionis/metadata/framework.py
CHANGED
|
@@ -84,7 +84,7 @@ orionis/console/request/cli_request.py,sha256=7-sgYmNUCipuHLVAwWLJiHv0cJCDmsM1Lu
|
|
|
84
84
|
orionis/console/tasks/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
85
85
|
orionis/console/tasks/event.py,sha256=l4J-HEPaj1mxB_PYQMgG9dRHUe01wUag8fKLLnR2N2M,164395
|
|
86
86
|
orionis/console/tasks/listener.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
87
|
-
orionis/console/tasks/schedule.py,sha256=
|
|
87
|
+
orionis/console/tasks/schedule.py,sha256=0DxGovmetj5bmeMzvL5fCFePy6p8Gl_5uwsLgi-E1xY,82854
|
|
88
88
|
orionis/container/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
89
89
|
orionis/container/container.py,sha256=aF_b6lTUpG4YCo9yFJEzsntTdIzgMMXFW5LyWqAJVBQ,87987
|
|
90
90
|
orionis/container/context/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -242,7 +242,7 @@ orionis/foundation/providers/scheduler_provider.py,sha256=1do4B09bU_6xbFHHVYYTGM
|
|
|
242
242
|
orionis/foundation/providers/testing_provider.py,sha256=SrJRpdvcblx9WvX7x9Y3zc7OQfiTf7la0HAJrm2ESlE,3725
|
|
243
243
|
orionis/foundation/providers/workers_provider.py,sha256=oa_2NIDH6UxZrtuGkkoo_zEoNIMGgJ46vg5CCgAm7wI,3926
|
|
244
244
|
orionis/metadata/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
245
|
-
orionis/metadata/framework.py,sha256=
|
|
245
|
+
orionis/metadata/framework.py,sha256=WTvqT0Hj7mUOGLnlkmB7AYj6OZPyvYlfAwd0Cy0U1eI,4109
|
|
246
246
|
orionis/metadata/package.py,sha256=k7Yriyp5aUcR-iR8SK2ec_lf0_Cyc-C7JczgXa-I67w,16039
|
|
247
247
|
orionis/services/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
248
248
|
orionis/services/asynchrony/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -420,7 +420,7 @@ orionis/test/validators/web_report.py,sha256=n9BfzOZz6aEiNTypXcwuWbFRG0OdHNSmCNu
|
|
|
420
420
|
orionis/test/validators/workers.py,sha256=rWcdRexINNEmGaO7mnc1MKUxkHKxrTsVuHgbnIfJYgc,1206
|
|
421
421
|
orionis/test/view/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
422
422
|
orionis/test/view/render.py,sha256=f-zNhtKSg9R5Njqujbg2l2amAs2-mRVESneLIkWOZjU,4082
|
|
423
|
-
orionis-0.
|
|
423
|
+
orionis-0.536.0.dist-info/licenses/LICENCE,sha256=JhC-z_9mbpUrCfPjcl3DhDA8trNDMzb57cvRSam1avc,1463
|
|
424
424
|
tests/container/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
425
425
|
tests/container/context/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
426
426
|
tests/container/context/test_manager.py,sha256=wOwXpl9rHNfTTexa9GBKYMwK0_-KSQPbI-AEyGNkmAE,1356
|
|
@@ -566,8 +566,8 @@ tests/testing/validators/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZ
|
|
|
566
566
|
tests/testing/validators/test_testing_validators.py,sha256=WPo5GxTP6xE-Dw3X1vZoqOMpb6HhokjNSbgDsDRDvy4,16588
|
|
567
567
|
tests/testing/view/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
568
568
|
tests/testing/view/test_render.py,sha256=tnnMBwS0iKUIbogLvu-7Rii50G6Koddp3XT4wgdFEYM,1050
|
|
569
|
-
orionis-0.
|
|
570
|
-
orionis-0.
|
|
571
|
-
orionis-0.
|
|
572
|
-
orionis-0.
|
|
573
|
-
orionis-0.
|
|
569
|
+
orionis-0.536.0.dist-info/METADATA,sha256=Ea7HN9aJxUuIxswX2rZ6rdLcFdaExCsUaaHC8VCX8Wo,4801
|
|
570
|
+
orionis-0.536.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
571
|
+
orionis-0.536.0.dist-info/top_level.txt,sha256=2bdoHgyGZhOtLAXS6Om8OCTmL24dUMC_L1quMe_ETbk,14
|
|
572
|
+
orionis-0.536.0.dist-info/zip-safe,sha256=frcCV1k9oG9oKj3dpUqdJg1PxRT2RSN_XKdLCPjaYaY,2
|
|
573
|
+
orionis-0.536.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|