Problem running workflow due to execution data too large
johndowood
PROOP

a year ago

I am getting the following error when attempting to upload videos to YouTube or Google drive:
Problem running workflow
Please execute the whole workflow, rather than just the node. (Existing execution data is too large.)

I’d like to ask how I can set the Default Binary Data Mode variable to filesystem so I can handle larger files? Am I correct in thinking this is useful for this error based on what I've read in the n8n forum.

What details should I put in the field for the App's n8n's authorized domains on google cloud console?

3 Replies

johndowood
PROOP

a year ago

N/A


a year ago

we dont have any such limits in place, that makes this a question about n8n, and unfortunately we cannot offer support for 3rd party software here.


harshalone
HOBBY

2 months ago

I have added following env variables into my instance and it worked

EXECUTIONS_DATA_MAX_AGE="24"

EXECUTIONS_DATA_PRUNE="true"

EXECUTIONS_DATA_PRUNE_MAX_COUNT="10"

EXECUTIONS_DATA_SAVE_ON_SUCCESS="none"

N8N_ENFORCE_SETTINGS_FILE_PERMISSIONS="true"

N8N_EXECUTIONS_DATA_MAX_AGE="168"

N8N_EXECUTIONS_DATA_PRUNE="true"


Loading...