We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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)
The text was updated successfully, but these errors were encountered:
you could put this into the workload? because you have to save the information into the task-storage
Sorry, something went wrong.
the next task is not written by the handler and the handler cant manipulate this.
next
hmm maybe a task should have a link to the previous one if exists and that should be handled by the scheduler maybe?
No branches or pull requests
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:
The text was updated successfully, but these errors were encountered: