mirror of
				https://github.com/juspay/hyperswitch.git
				synced 2025-10-31 01:57:45 +08:00 
			
		
		
		
	feat(webhooks): implement automatic retries for failed webhook deliveries using scheduler (#3842)
This commit is contained in:
		| @ -34,7 +34,7 @@ pub enum ProcessTrackerError { | ||||
|     #[error("Failed to fetch processes from database")] | ||||
|     ProcessFetchingFailed, | ||||
|     #[error("Failed while fetching: {resource_name}")] | ||||
|     ResourceFetchingFailed { resource_name: &'static str }, | ||||
|     ResourceFetchingFailed { resource_name: String }, | ||||
|     #[error("Failed while executing: {flow}")] | ||||
|     FlowExecutionError { flow: &'static str }, | ||||
|     #[error("Not Implemented")] | ||||
|  | ||||
		Reference in New Issue
	
	Block a user