diff --git a/circle/vm/models/operation.py b/circle/vm/models/operation.py index b86db4f..f05cd88 100644 --- a/circle/vm/models/operation.py +++ b/circle/vm/models/operation.py @@ -63,7 +63,8 @@ class Operation: def async(self, **kwargs): """Execute the operation asynchronously. - Only a quick, preliminary check is ran before queuing the job. + Only a quick, preliminary check is ran before creating the associated + activity and queuing the job. """ activity = self.__prelude(kwargs) return async_operation.apply_async(args=(self.id, self.instance.pk,