If your job returns a result, JobRunr serializes it and stores it via the StorageProvider
in the database of your choice.
You can then fetch the result of that job using the id of the job.
How to return jobs from your Jobs?
Returning jobs from Java 8 lambda’s
Returning jobs from JobRequest
Important: a Job can only have one result. When a SUCCEEDED
job with a Job Result is retried, only the last result is kept.