This topic was automatically generated from Slack. You can find the original thread here.
Hello there! Could you possibly suggest any solution for this issue I have, please?
The trigger for WF is sent Gmail emails (every 15 mins).
Error: EMFILE: too many open files, scandir '/tmp/__pds__'
at Object.readdirSync (fs.js:1048:3)
at module.exports (/var/task/node_modules/rmrf/index.js:5:20)
at clearScriptTemp (file:///var/task/lambda_handler.mjs:410:3)
at Runner.runUserCode (file:///var/task/lambda_handler.mjs:856:13)
at Runner.run (file:///var/task/lambda_handler.mjs:698:12)
at Runtime.handler (file:///var/task/lambda_handler.mjs:914:48)
at processTicksAndRejections (internal/process/task_queues.js:95:5)
I can provide the WF link and access if necessary.
Thanks in advance
please considering this an asynchronous communication, meaning don’t wait for the response. I will ping you when there’s an update on this, but it won’t be immediate
It’s happened more than 20 times.
Also, the trigger has been created on the 28th, but it is processing not the new emails only, but it is processing the emails sent on the 27th and 26th as well.
We noticed that the error might be showing up due to the high volume of emails you receive in a short period of time. It’s definitely needing an improvement in the component code. Let me try to reproduce to confirm the suspicion
Hi , thanks for you patience. I took this to the core team and will come back to you when I have a response. Note that they are out of office today due to the holiday in the US.
I noticed there is an update available for the Gmail source. Can you try making a copy of the workflow (as a backup), update the trigger version in the new workflow and deploy it? The updated code might help resolve the issue, but no guarantees. Note that if you don’t pause 1 workflow, your consumed credits will be doubled.
Hi! It seems that there were no issues during the past couple of days. I’ll take a look at my logs and update the trigger if there will be any issues, same to these we used to have.
For now, I’d just like to get any comments from the core team of your :з
So to say, I do believe that there will be a possibility to perform some specific actions, as soon as we get a response from them.