sfdc-SupportDevelopment / npsp

Automatically exported from code.google.com/p/npsp
0 stars 0 forks source link

CronJob Limit #272

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.  Max out scheduled jobs
2.  Request limit increase from SF Support
3.  Try and households settings

What is the expected output? What do you see instead?
It shoudl recognize that support increased the limit, instead, the limit is 
hardcoded as 10 jobs in teh code. 

Original issue reported on code.google.com by kbro...@gmail.com on 22 Jul 2011 at 4:52

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. I have created more than 10 scheduled reports.
2. An error appears on the "Household Settings page": 
"Error:
You have reached your limit of Scheduled Apex jobs and the Opportunity Rollups 
won\'t run nightly. If you want this job to run nightly, delete one of your 
scheduled jobs and reload this page."
3.Salesforce Tier 3 support says that this is caused by an issue inside the 
Package.

What is the expected output? What do you see instead?
I expect to be able to let the rollups occur nightly as scheduled and to be 
able to issue more than 10 scheduled reports.

What version of the packages are you using?
Households 2.3.5

Original comment by kbro...@gmail.com on 25 Jul 2011 at 9:57

GoogleCodeExporter commented 9 years ago
You can work around this by scheduling the nightly rollup job first, then 
adding in your scheduled reports. 

The value is hardcoded, but it not exposed via Apex. I've put in a request to 
SFDC to expose the limit so it can be handled properly. Awaiting word from teh 
Apex team as to the best approach. 

Original comment by kbro...@gmail.com on 25 Jul 2011 at 9:59

GoogleCodeExporter commented 9 years ago
Issue 276 has been merged into this issue.

Original comment by kbro...@gmail.com on 25 Jul 2011 at 10:02

GoogleCodeExporter commented 9 years ago
Just an FYI, I believe spring 12 will be increasing the total job limit for 
every org, which should help resolve this issue. 

Original comment by kbro...@gmail.com on 18 Jan 2012 at 6:21

GoogleCodeExporter commented 9 years ago

Original comment by kbro...@gmail.com on 26 Apr 2012 at 4:06