Open
Description
It would be a good feature to know when the handler was run last time with a specific workload.
Example: I want to calculate values foreach User which logged in since the handler was called last time.
I would change the handlerinterface in this case to this:
public function handle($workload, \DateTime $lastRunTime = null)