code node is delayed on Cloud versions.
This is cloud:
and this is on self-hosted:
anyone knows what’s happening?
code node is delayed on Cloud versions.
This is cloud:
and this is on self-hosted:
anyone knows what’s happening?
It looks like your topic is missing some important information. Could you provide the following if applicable.
Welcome to the community @islamnazmi !
Ensure to copy your n8n workflow and paste it in the code block, that is in between the pairs of triple backticks, which also could be achieved by clicking </>
(preformatted text) in the editor and pasting in your workflow.
```
<your workflow>
```
That implies to any JSON output you would like to share with us.
Make sure that you have removed any sensitive information from your workflow and include dummy or pinned data with it!
Try this code instead,
return {
currentTime: $now
};
If you need further formatting of the date use Luxon’s methods.
hi @ihortom, i changed nothing but it got back to work. I think it was lagging
Good to hear. I thought for a moment that was TaskRunners to blame, hence suggested to simplify your code,
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.