Skip to content

Commit

Permalink
Merge pull request #74 from krancour/fallible-jobs-pt2
Browse files Browse the repository at this point in the history
add fallible field to JobSpec
  • Loading branch information
krancour authored Apr 8, 2022
2 parents 8694fae + 4573d39 commit a30aeb4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/core/jobs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,12 @@ export interface JobSpec {
* operating system (i.e. Windows) or specific hardware (e.g. a GPU.)
*/
host?: JobHost
/** Specifies whether the job is permitted to fail WITHOUT causing the
* worker process to fail. The API server does not use this field directly,
* but it is information that may be valuable to gateways that report job
* success/failure upstream to original event sources.
*/
fallible?: boolean
}

/**
Expand Down

0 comments on commit a30aeb4

Please # to comment.