actinia-org / actinia-core

Actinia Core is an open source REST API for scalable, distributed, high performance processing of geographical data that uses mainly GRASS GIS for computational tasks (DOI: https://doi.org/10.5281/zenodo.5879231) | Tutorial: https://actinia-org.github.io/actinia-core/ | Docker: https://hub.docker.com/r/mundialis/actinia-core
https://actinia.mundialis.de/
GNU General Public License v3.0
78 stars 23 forks source link

Change runtime if runtime is higher 2147483647 #447

Closed anikaweinmann closed 1 year ago

anikaweinmann commented 1 year ago

In the worker the job_timeout of an user is not allowed to be higher than 2147483647. Not setting the job_timeout leads to a timeout of 180 seconds. Scince this is to low the job_timeout is set to -1 which means never expire if the user has a timout higher 2147483647.