-
Type: Task
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Component/s: Bulk
-
Tags:
-
Upgrade notes:
-
Sprint:nxplatform #100
-
Story Points:1
The nuxeo.core.bulk.scroller.scroll.keepAliveSeconds options requires a contribution to be updated.
for instance:
<?xml version="1.0"?> <component name="heavy-scroll-config"> <require>org.nuxeo.ecm.core.bulk.config</require> <extension target="org.nuxeo.runtime.ConfigurationService" point="configuration"> <property name="nuxeo.core.bulk.scroller.scroll.keepAliveSeconds">600</property> </extension> </component>
This option should be exposed to nuxeo.conf and increased by default from 60s to 300s to avoid timeout seen in production when IOPS are too low.