Is There any Time Limit in Executions?

I made an workflow where i extract meta description from website and write them in sheet and when i run the flow everything works find but it stops after 14-15 links and says execution completed

when checked the sheet still i have 20 more links to be processed yet!

is there any time limit or any other limit causes this problem??

No error was found in execution but it stops all of a sudden saying execution completed!

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Is it possible that the Split Out in the middle of your loop sometimes finds nothing to output (and puts nothing in the sheet)? This could sorta be working like a filter and reducing the number of items that appear to “make it through” the loop.

One quick thing you could try, temporarily (or not), just for better visibility, is to insert an If node after ScrapingBee to branch around the Split Out and Google Sheets when there is nothing to split out.

Similar to this:

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.