Changeset 0.27.3 (#170)
This commit is contained in:
@@ -35,7 +35,8 @@ type Task struct {
|
||||
MaxWallClock int `json:"max_wall_clock" db:"max_wall_clock"` // seconds
|
||||
OutputMode string `json:"output_mode" db:"output_mode"` // channel | note | webhook
|
||||
OutputChannelID *string `json:"output_channel_id,omitempty" db:"output_channel_id"`
|
||||
WebhookURL string `json:"webhook_url" db:"webhook_url"`
|
||||
WebhookURL string `json:"webhook_url" db:"webhook_url"`
|
||||
WebhookSecret string `json:"webhook_secret,omitempty" db:"webhook_secret"`
|
||||
|
||||
// Provider routing
|
||||
ProviderConfigID *string `json:"provider_config_id,omitempty" db:"provider_config_id"`
|
||||
|
||||
Reference in New Issue
Block a user