convertigo / C8oForms

Form Builder is the “No Code” environment built on top of Convertigo Low Code platform technology to enable "Citizen" app makers to build and deploy form based apps connected to enterprise back-end data.
https://www.convertigo.com/no-code-form-application-builder/
Other
4 stars 3 forks source link

[TO BE REPORTED TO 2.0] Sequence GeneratePwaAsset must never fall into timeout #701

Closed CharlesGrimont closed 1 month ago

CharlesGrimont commented 1 month ago

Sequence GeneratePwaAsset must never fall into timeout.

To prevent this from happening we must call :

context.getRootContext().lastAccessTime = new Date().getTime();
context.lastAccessTime = new Date().getTime();

see : 261b9470871a9c7b4de2278efe8fd05c623747d8 commit into 1.0 branch

CharlesGrimont commented 1 month ago

To be tested in 2.0.0-beta83

gregory-vorbe commented 1 month ago

OK in 2.0.0-beta89