98bfccc Ticket 50177 - import task should not be deleted too rapidely after import finishes to be able to query the status

Authored and Committed by tbordaz 5 years ago
    Ticket 50177 - import task should not be deleted too rapidely after import finishes to be able to query the status
    
    Bug Description:
    	scripts that create online import and export tasks do not define a Time To Life of the tasks.
    	As a consequence the task entry is cleared 2min (default value) after task completion.
    	This is too rapid and some admin scripts may miss the final task status.
    
    Fix Description:
    	The fix is to keep the entry of completed online import and export tasks for 1 day.
    	It also allows defines a default TTL to 1h (instead of 2min)
    
    https://pagure.io/389-ds-base/issue/50177
    
    Reviewed by: Mark Reynolds
    
    Platforms tested: F27
    
    Flag Day: no
    
    Doc impact: no
    
        
file modified
+3 -3