Skip to content

Commit ed1ac2c

Browse files
committed
✨ Automatic changes -> ✨ New server autogenerated files [ci skip]
1 parent 384dd73 commit ed1ac2c

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

changes/20260219174157.feature

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Updated client due to schema changes

client/docs/GenericWorkJobItem.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Name | Type | Description | Notes
1010
------------ | ------------- | ------------- | -------------
1111
**Links** | [**NullableGenericWorkJobItemLinks**](GenericWorkJobItemLinks.md) | |
1212
**Metadata** | [**NullableCommonMetadata**](CommonMetadata.md) | |
13-
**CompleteGracePeriod** | Pointer to **int32** | The maximum time (in seconds) to use in the event that a graceful shutdown is requested. A graceful shutdown consists of a SIGINT being sent to the process, waiting the specified duration, and then finally sending a SIGKILL to the process. This should be chosen such that any cleanup actions have time to occur. | [optional] [default to 30]
13+
**CompleteGracePeriod** | Pointer to **int32** | The maximum time (in seconds) to use in the event that a graceful shutdown is requested. A graceful shutdown consists of a SIGINT being sent to the process, waiting the specified duration, and then finally sending a SIGKILL to the process. This should be chosen such that any cleanup actions have time to occur. | [optional] [default to 30]
1414
**Configuration** | Pointer to **map[string]string** | Configuration map for jobs that require it. These could be environment variables. This is job implementation dependent and job documentation should describe it. | [optional]
1515
**Done** | **bool** | True when the job has completed (this does not necessarily indicate success). | [readonly]
1616
**Error** | **bool** | True if there was an error in the service while attempting the job. | [readonly]

client/model_generic_work_job_item.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)