Manage Project Jobs
Zilliz Cloud offers an intuitive Jobs page that integrates all historical and asynchronous data tasks within the same project.
View project jobs
Select a project. In the left navigation pane, choose Jobs. On the displayed page, you can see a list of all asynchronous jobs that are being executed or have been executed.
The following job information is displayed:
-
Description and Type: The purpose and information of the data job. There are certain types of job on this page.
Type
Description
Backup
Create a backup file for a cluster.
Create a backup file for a collection.
Restore
Restore a cluster from a backup file.
Restore a collection from a backup file.
Migration
Migrate data to a cluster.
External Data Migration:
From Elasticsearch
From Milvus
Cross-cluster migration:
From Serverless or Dedicated cluster to a new Dedicated cluster
From Dedicated cluster to an existing Dedicated cluster
Import
Import data to a collection.
Clone Collection
Make a full copy of the collection with both its schema and data.
-
Status: Job status, which can be Successful, In Progress, Pending, Failed, Canceled.
-
ID: The ID of the data job. For any troubles with data jobs, please create a support ticket and provide the relevant Job ID.
-
Start Time & End Time
-
Created By: The user who initiated the data job.
View job details
To view the details of a job, click ... in the Actions column and then select View Details. Alternatively, you can use the Describe Job API to get the details programmatically.
Cancel job
You can cancel a job that is Pending or In Progress. To cancel a job, click ... in the Actions column and then select Cancel.
Currently, you can only cancel migration and backup jobs.
Retry failed job
Currently, you can only retry failed import jobs.
For failed import jobs, you can click on the info icon next to its status and check the reason to understand why this job has failed.
If you have made adjustments to the files that are failed to be imported, you can retry the job.