JobTimeoutException for Bavaria with lot of load
Created by: hixi
Increase the Timeout to allow larger exports to succeed even when there is more load on the system.
For now, increase to two days and see if that is enough.
rq.timeouts.JobTimeoutException: Job exceeded maximum timeout value (86400 seconds)
https://sentry.njo.ch/geometalab/osmaxxprod/issues/205/
JobTimeoutException: Job exceeded maximum timeout value (86400 seconds)
(23 additional frame(s) were not displayed)
...
File "osmaxx/conversion/converters/converter_gis/bootstrap/bootstrap.py", line 27, in bootstrap
self._import_from_world_db()
File "osmaxx/conversion/converters/converter_gis/bootstrap/bootstrap.py", line 46, in _import_from_world_db
osm_importer.load_area_specific_data(extent=self._extent)
File "osmaxx/conversion/converters/converter_gis/helper/osm_importer.py", line 66, in load_area_specific_data
self._load_tables(extent)
File "osmaxx/conversion/converters/converter_gis/helper/osm_importer.py", line 78, in _load_tables
self._execute_and_insert_into_local_db(query, table_meta)
File "osmaxx/conversion/converters/converter_gis/helper/osm_importer.py", line 161, in _execute_and_insert_into_local_db
insert(table_meta, values=result)