Documentation ¶
Index ¶
Constants ¶
View Source
const ( // MaxFileSize is the maximum size of the file that can be downloaded. MaxFileSize = 50 * 1024 * 1024 // 50MB // MaxErrorSize is the maximum size of the error message that can be returned. MaxErrorSize = 1024 )
View Source
const (
EdgeFunctionIngestQueue = "EDGE_FUNC_INGEST_TASK_QUEUE"
)
View Source
const (
InvalidInputError = "InvalidInputError"
)
Variables ¶
This section is empty.
Functions ¶
func EdgeFunctionIngestWorkflow ¶
func EdgeFunctionIngestWorkflow(ctx workflow.Context, in *EdgeFunctionIngestParams) error
EdgeFunctionIngestWorkflow is a Temporal workflow that ingests Edge Functions. The function code is
func RegisterWorkflows ¶
RegisterWorkflows registers Edge Function workflows with the Temporal worker.
Types ¶
type EdgeFunctionIngestParams ¶
type EdgeFunctionIngestParams struct {
Obj *extensionsv1alpha2.EdgeFunctionRevision
}
Click to show internal directories.
Click to hide internal directories.