-
Notifications
You must be signed in to change notification settings - Fork 0
Improve documentation for 0.4 release #2
New issue
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
Conversation
69190d4
to
1295ff9
Compare
|
||
TaskScheduler | ||
------------- | ||
The ``TaskScheduler`` stores tasks and schedules Executions. Foreach tasks there |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
executions
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
foreach
is not one english word, must be for each
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
And it should be task
instead of tasks
TaskScheduler | ||
------------- | ||
The ``TaskScheduler`` stores tasks and schedules Executions. Foreach tasks there | ||
exists always on execution in the status ``planned``, ``running``. If the task |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
exactly one execution
, or should that say something else?
The ``TaskScheduler`` stores tasks and schedules Executions. Foreach tasks there | ||
exists always on execution in the status ``planned``, ``running``. If the task | ||
will only one time it only get one execution at all. For recurring tasks the | ||
execution will always generated for the next run time. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For recurring tasks a new execution will be generated when the old one is completed.
?
- ``workload``: the workload will be passed to the handler | ||
- ``intervall``: | ||
- ``firstExecution``: | ||
- ``lastExecution``: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would write another short explanation or remove the colons.
1295ff9
to
a7015b7
Compare
@danrot fixed |
This PR improves documentation for 0.4 release