Rafiki Worker API Reference
API Usage Guide
Getting Started
Preparing search index...
contracts/public-api
JobSubmitResponseSchema
Variable JobSubmitResponseSchema
Const
JobSubmitResponseSchema
:
ZodObject
<
{
job_id
:
ZodString
;
ok
:
ZodBoolean
}
,
"strict"
,
ZodTypeAny
,
{
job_id
:
string
;
ok
:
boolean
}
,
{
job_id
:
string
;
ok
:
boolean
}
,
>
= ...
Runtime schema for the Worker-owned job enqueue acknowledgement.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
API Usage Guide
Getting Started
Rafiki Worker API Reference
Loading...
Runtime schema for the Worker-owned job enqueue acknowledgement.