mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-11-03 03:16:10 -06:00 
			
		
		
		
	don't run post-consume script inside transaction #259
This commit is contained in:
		@@ -252,8 +252,6 @@ class Consumer(LoggingMixin):
 | 
			
		||||
                self.log("debug", "Deleting file {}".format(self.path))
 | 
			
		||||
                os.unlink(self.path)
 | 
			
		||||
 | 
			
		||||
                self.run_post_consume_script(document)
 | 
			
		||||
 | 
			
		||||
        except Exception as e:
 | 
			
		||||
            self.log(
 | 
			
		||||
                "error",
 | 
			
		||||
@@ -264,6 +262,8 @@ class Consumer(LoggingMixin):
 | 
			
		||||
        finally:
 | 
			
		||||
            document_parser.cleanup()
 | 
			
		||||
 | 
			
		||||
        self.run_post_consume_script(document)
 | 
			
		||||
 | 
			
		||||
        self.log(
 | 
			
		||||
            "info",
 | 
			
		||||
            "Document {} consumption finished".format(document)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user