5.5. Jobs¶
5.5.1. Housekeeping¶
Job details are kept for a time after job completion. During this time, they can be viewed in the UI.
But older jobs are periodically culled from the database, to keep it to a manageable size. The housekeeping process runs once a day, and removes results for any job that completed more than 90 days ago (by default). A different 'time-to-live' (TTL) can be set using the jobs_ttl
configuration - see Configuration for more information.