`ubs_numcounter.getRegnumLoosely` use `App.runInAutonomousTransaction`+ persist last potentially used value
- use
App.runInAutonomousTransaction
instead of HTTP request to self to persist a counter into DB - counter value, persisted into DB now an incremented one (instead of current). This prevents counters intersection in case of server failure
Edited by Pavlo Mashliakovskiy