submit
Send a task once per client request ID to a file-backed queue. Provide a payload and get a receipt with task ID and payload hash for tracking or cancellation.
Instructions
client_request_idごとに高々1回投入し、task_id+payload_sha256のreceiptを返す。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| payload | Yes | ||
| client_request_id | Yes |