Relax icon indicating copy to clipboard operation
Relax copied to clipboard

Relax - your Force.com Batch / Scheduled Job woes are over.

Results 9 Relax issues
Sort by recently updated
recently updated
newest added

Hi Zach, I just want to see if you can help with the below error message. One of our developer has installed the Relax package and I am trying to...

One thing I really miss in Apex Jobs, is a way to see what happened - - What records were **processed**? - What records **succeeded**? - and most importantly -...

The error: relax.UnitTests.TestSimpleProcessAdvancement -- System.AssertException: Assertion Failed: Expected: 30, Actual: 25 seems to happen spuriously in our non-Prod environments (probably once every 15 runs-or-so). It hasn't happened during a Prod...

I have a few classes that extend relax.BatchableProcessStep and are created through JobScheduler.CreateOneTimeJob() with a start time of Datetime.now().addMinutes(-5). After a few minutes, the job kicks off, and I can...

Currently `Schedulable` classes have to be coerced into the Batch Apex model in order for them to be considered 'Aggregable', and hence included in Relax Aggregate Processes by extending the...

enhancement

Error: relax.Job: execution of BeforeInsert caused by: System.NullPointerException: Attempt to de-reference a null object External entry point (relax) appears on job creation. Probably some fields are not marked as required....

I checked out the Readme, but it doesn't really have a "User Guide". I am getting an Error that " Error: 'Xactly.XactlySMBImportScheduler1' is not a valid Apex Class. " and...