Return data to local job cache
Clean out the old jobs from the job cache
Retrieve the stored endtime for a given job
Returns False if no endtime is present
Return the information returned when the specified job id was executed
Return a dict mapping all job ids to job information
Return a list of all jobs information filtered by the given criteria. :param int count: show not more than the count of most recent jobs :param bool filter_find_jobs: filter out 'saltutil.find_job' jobs
Return the load data that marks a specified jid
Load the register from msgpack files
Return a job id and prepare the job id directory.
This is the function responsible for making sure jids don't collide (unless it is passed a jid). So do what you have to do to make sure that stays the case
Return data to the local job cache
Save the load to the specified jid
minions argument is to provide a pre-computed list of matched minions for the job, for cases when this function can't compute that list itself (such as for salt-ssh)
Save/update the serialized list of minions for a given job
Save the register to msgpack files
Update (or store) the end time for a given job
Endtime is stored as a plain text string