View source: R/TaskScheduling.R
cavatica_tasks_schedule | R Documentation |
Task Scheduler
cavatica_tasks_schedule(
project,
task_list,
seconds_between_job_starts,
max_number_of_concurrent_task
)
project |
cavatica project object |
task_list |
a list of cavatica 'Task' objects |
seconds_between_job_starts |
how long to wait after spawning a task to spawn the next one. Useful to stagger input phases. |
max_number_of_concurrent_task |
Maximum number of tasks that can be running concurrently. If more than this number of tasks are running, scheduler will check every 5 minutes until enough finish before spawning any new runs |
NULL - run for its side effects
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.