When you activate the data processing workflow service, the system will automatically create a user queue for you. When you submit a job, the job will be arranged in the queue first and executed in sequence according to the priority and order of submission. You can also set a callback rule to stay up to date with the job or workflow progress, and the system will send the processing result and status information to the specified address. The queues for different services are as follows:
Feature Name | Queue Name |
---|---|
Media processing | queue-1 |
Speech recognition | queue-speech-1 |
File preview | queue-doc-process-1 |
Note:Currently, one feature supports only one queue. If you want more concurrent queues, contact us.
You can enable or pause a queue in its Operation column.
Note:After a queue is paused, its jobs will stop, and you cannot use the job and workflow features in the console.
COS supports user-defined callback URLs. After an event is completed, the system sends an HTTP POST request whose body contains notification content to a user-defined callback URL. You can use the configured callback URL to learn about the processing progress and status so that you can perform other operations as needed.
After a job is completed, the system will send the following callback content to the configured callback URL:
<Response>
<JobsDetail></JobsDetail>
<NonExistJobIds></NonExistJobIds>
</Response>
The parameters are described as follows:
Parameter | Description | Type |
---|---|---|
JobsDetail | Job details. Same as Response.JobsDetail in CreateMediaJobs . |
Container |
NonExistJobIds | List of non-existing job IDs queried. If all jobs exist, this parameter is not returned. | String |
Apakah halaman ini membantu?