mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	Fix handling of too many pending messages in SORT node (#1514)
* initial support of SORT node minor fix of sort node fixed error message of sort node fixed error handling of SORT node add test case for SORT node make limit of messages count computed once in SORT node * update type in message & info description * fix handling of pending messages in SORT node
This commit is contained in:
		
				
					committed by
					
						
						Dave Conway-Jones
					
				
			
			
				
	
			
			
			
						parent
						
							b98d1216b1
						
					
				
				
					commit
					d7c8adfd82
				
			@@ -857,6 +857,7 @@
 | 
			
		||||
	"descending" : "descending",
 | 
			
		||||
	"as-number" : "as number",
 | 
			
		||||
        "invalid-exp" : "invalid JSONata expression in sort node",
 | 
			
		||||
        "too-many" : "too many pending messages in sort node"
 | 
			
		||||
        "too-many" : "too many pending messages in sort node",
 | 
			
		||||
        "clear" : "clear pending message in sort node"
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user