cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

Configure apoc.export.csv.query timeout

Franbr31
Node Link

Hi :),

Where can I find the configuration parameter for apoc.export.csv.query() timeout?

We have some queries that are executed on a daily basis to load information, but we just get this error:


Failed to invoke procedure `apoc.export.csv.query`: Caused by: java.lang.RuntimeException: Error polling, timeout of 100 seconds reached.

We want to increase this limiting parameter.


I've only found dbms.transactions.timeout which default is 0 seconds, also dbms.lock.acquisition.timeout which is also set to 0 seconds as default.

Thanks

1 REPLY 1

Hello @Franbr31 🙂

Have you looked at this page? It explains everything about exporting to CSV format as well as configuration settings.

Regards,
Cobra