The default timeout for jobs is 180 seconds.
Hosts might want to increase this for slower hardware. Such a config setting would do that.
It should probably be either be the ISO duration format we use in other places or be exactly what the RQ docs describe, e.g. '1h', '3m', '5s. My vote is ISO duration, as we have a few other job settings (e.g. TTL) where we also use that.
- document the setting
- use it when new jobs are created (scheduling, forecasting, ingestion)
The default timeout for jobs is 180 seconds.
Hosts might want to increase this for slower hardware. Such a config setting would do that.
It should probably be either be the ISO duration format we use in other places or be exactly what the RQ docs describe, e.g. '1h', '3m', '5s. My vote is ISO duration, as we have a few other job settings (e.g. TTL) where we also use that.