JobHandlerConfig

JobHandlerConfig(name=None, backend=None, work_dir='', local_max=0, local_dynamic=False, success_func=None, finished_func=None, max_retries=0, theme=<Theme.Lovecraft: 1>, run_max=None, do_snapshot=True, wrapper=None, listens=True, output_max_attempts=5)

Config class for the JobHandler class. Stores all necessary information to load the JobHandler session at a later time. All properties are assigned with a custom getter function, which keeps track of updates to the respective property (tracked with the "update" variable).

Arguments: see JobHandler class.