Skip to content

Fix duplicate n8n service call causing rate limit exception on workflow activation

salaheddine zidani a demandé de fusionner fix/IAV-fix-many-request vers develop

Summary

This MR fixes an issue where the n8n service was being called twice when activating a workflow.

Problem

The duplicate API call was causing a "too many requests" exception due to unnecessary repeated requests.

Solution

  • Removed the redundant call to the n8n service
  • Ensured the workflow activation triggers only a single request

Rapports de requête de fusion