Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for jobs (0.2 sec)

  1. cmd/batch-handlers.go

    					}
    				} else {
    					if err := job.Replicate.Start(job.ctx, j.objLayer, *job); err != nil {
    						if !isErrBucketNotFound(err) {
    							batchLogIf(j.ctx, err)
    							j.canceler(job.ID, false)
    							continue
    						}
    						// Bucket not found proceed to delete such a job.
    					}
    				}
    			case job.KeyRotate != nil:
    				if err := job.KeyRotate.Start(job.ctx, j.objLayer, *job); err != nil {
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Sun May 05 16:56:21 GMT 2024
    - 55.2K bytes
    - Viewed (0)
  2. cmd/api-errors.go

    		Description:    "The specified group does not exist.",
    		HTTPStatusCode: http.StatusNotFound,
    	},
    	ErrAdminNoSuchJob: {
    		Code:           "XMinioAdminNoSuchJob",
    		Description:    "The specified job does not exist.",
    		HTTPStatusCode: http.StatusNotFound,
    	},
    	ErrAdminGroupNotEmpty: {
    		Code:           "XMinioAdminGroupNotEmpty",
    		Description:    "The specified group is not empty - cannot remove it.",
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Sun May 05 16:56:21 GMT 2024
    - 91.4K bytes
    - Viewed (6)
Back to top