|
_recipeStepResultRecordRepository = recipeStepResultRecordRepository; |
When a recipe is large and triggers a request timeout, Orchard and every tenant crash (requiring the recycle of the application pool to restart them). To solve this problem, we may use the same workaround used when importing content, which is forcing a longer timeout to recipe execution.
Orchard/src/Orchard.Web/Modules/Orchard.Recipes/Services/RecipeManager.cs
Line 25 in 0973810
When a recipe is large and triggers a request timeout, Orchard and every tenant crash (requiring the recycle of the application pool to restart them). To solve this problem, we may use the same workaround used when importing content, which is forcing a longer timeout to recipe execution.