MCPcopy Create free account
hub / github.com/adobe/Marinus / create_job

Method create_job

python3_cron_scripts/libs3/JobsManager.py:91–95  ·  view source on GitHub ↗

Create a new job in the jobs_collection.

(self, job_name)

Source from the content-addressed store, hash-verified

89 )
90
91 def create_job(self, job_name):
92 """
93 Create a new job in the jobs_collection.
94 """
95 self.__check_job_exists(job_name)
96
97 def record_job_start(self):
98 """

Callers 2

create_job_collectionFunction · 0.95
add_new_jobFunction · 0.95

Calls 1

__check_job_existsMethod · 0.95

Tested by

no test coverage detected