schedule_next_task | R Documentation |
In we have reached the allowed number of workers, then we schedule an idle job, we just need to wait until a worker is done.
schedule_next_task(state)
state |
See |
Otherwise we schedule a job. In general the strategy is to finish check
as soon as possible, so if a package is in deps_installed
, then we
schedule a check. Otherwise, if a package is in todo
, then we
schedule a dependency install.
If there is nothing we can do now, then we schedule an idle job, i.e. just wait until a worker gets done.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.