What does the following error mean? Program/Area: recurringPaymentsProcessor.finish - abortJobSubject: System.abortJob(asyncApexJob.id);Description: You can't abort scheduled Apex jobs by calling System.abortJob with an AsyncApexJob ID. Call System.abortJob with the parent CronTrigger ID.
This error occurs occasionally, but does not affect your instance and no action needs to be taken.