settings.job
Azure Webjob settings file
| Type | object |
|---|---|
| File match |
settings.job
|
| Schema URL | https://catalog.lintel.tools/schemas/schemastore/settings-job/latest.json |
| Source | https://www.schemastore.org/settings.job.json |
Validate with Lintel
npx @lintel/lintel check
Type:
object
Properties
stopping_wait_time
integer
The graceful shutdown period for an Azure Webjob. The time specified in seconds.
is_singleton
boolean
Specify if the Webjob should be treated as a singleton. If true, the Webjob will not scale on multiple Azure Website instances like the web application itself.