TARGETS
  • Read Me
  • Introduction
    • Motivation
    • Project Goals
    • What is Targets?
    • Who is Targets for?
    • Common Use Cases
    • What is a "target"?
    • What is a "composition"?
    • What is an "operation"?
    • What is a "spec"?
    • What does a Targets implementation look like?
    • Background
  • Learn Targets
    • Hello World
    • Config - Part 1
    • Config - Part 2
    • Bindings
    • Composition
    • Loaders
    • Project Structure
    • More Examples
  • Reference
    • System Requirements
    • Installation
    • Configuration
    • Settings
    • Global Store
    • Scheduler
    • Operations
      • Binding Operations
      • Predicating Operations
      • Debugging Operations
    • TTY Mode
Powered by GitBook
On this page
  • Sequential Target Invokation
  • Parallel Target Invokation
  1. Reference

Scheduler

This section is a work-in-progress.

Sequential Target Invokation

Target names delimited by a space will be executed sequentially.

build publish deploy

Parallel Target Invokation

Target names delimited by a comma will be executed in parallel.

deploy-a,deploy-b,deploy-c
PreviousGlobal StoreNextOperations

Last updated 6 years ago