9/4/2015 5:35:32 PM
to configure max # retries for global lock
(Tedious change that reqiures a lot of refactoring for all the non guice injected classes)
|
9/4/2015 4:30:48 PM
transaction remains in that state.
The fix is to make sure that we go through all our retries and eventually give up. Added a test case to verify that behavior for the PENDING case.
|
|
|
|
|
9/2/2015 3:13:42 PM
default 100 mSec timeout
We want to at least wait for a 5 sec before the timeout so the value needs to be bumped to 50.
|
8/27/2015 6:59:15 PM
in mustache templates (to avoid throwing exceptions)
|
9/2/2015 11:26:22 PM
of early cancellation for instance, we want the cancellation event to trigger the next invoice (even though
we are not due for next billing date), and compute a pro-rated invoice for the last period.
|
9/2/2015 10:20:10 PM
cancellation date is not correctly respected.
Also add a beatrix test case and fix existing unit test to verify the new behavior.
|