diff --git a/_includes/cloudcode/cloud-code.md b/_includes/cloudcode/cloud-code.md index 36f70d50d..72f00b365 100644 --- a/_includes/cloudcode/cloud-code.md +++ b/_includes/cloudcode/cloud-code.md @@ -144,8 +144,6 @@ Sometimes you want to execute long running functions, and you don't want to wait }); ``` -Note that calling `status.success` or `status.error` won't prevent any further execution of the job. - ## Running a Job Calling jobs is done via the REST API and is protected by the master key.