mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-11-03 03:16:10 -06:00 
			
		
		
		
	Fixes expiration of the weekly task
This commit is contained in:
		@@ -166,8 +166,7 @@ def _parse_beat_schedule() -> Dict:
 | 
			
		||||
            "task": "documents.tasks.sanity_check",
 | 
			
		||||
            "options": {
 | 
			
		||||
                # 1 hour before default schedule sends again
 | 
			
		||||
                "expires": 7.0
 | 
			
		||||
                * 23.0
 | 
			
		||||
                "expires": ((7.0 * 24.0) - 1.0)
 | 
			
		||||
                * 60.0
 | 
			
		||||
                * 60.0,
 | 
			
		||||
            },
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user