sfdc-SupportDevelopment / npsp

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

Update scheduledJobLimit #330

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
In Spring 2012, the Scheduled Apex Job Limit was raised to 25, but the 
Households module is still using a hard-coded value of 10.

http://code.google.com/p/npsp/source/browse/households/trunk/src/classes/househo
ldsSettings.cls#126

126:  Integer scheduledJobLimit = 10;

Original issue reported on code.google.com by bk...@healthleadsusa.org on 10 Feb 2012 at 5:23

GoogleCodeExporter commented 8 years ago
Yes, this is also tied to http://code.google.com/p/npsp/issues/detail?id=272 
and is slated for a patch

Original comment by kbro...@gmail.com on 10 Feb 2012 at 5:35

GoogleCodeExporter commented 8 years ago

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

GoogleCodeExporter commented 8 years ago
Glad it's complete - I tried to see the changes in the Source browser but don't 
see any recent updates!  Is the code still being updated here?

Original comment by bk...@healthleadsusa.org on 26 Apr 2012 at 6:54

GoogleCodeExporter commented 8 years ago
https://github.com/SalesforceFoundation/Households/tree/dev

Original comment by kbro...@gmail.com on 26 Apr 2012 at 6:55