Welcome to Flowise Discussions! #14
Replies: 5 comments 8 replies
-
|
Thanks Henry! |
Beta Was this translation helpful? Give feedback.
-
|
Hi, for normal work in Zapier service, I need Flow ID, can you tell me how and where I can find it or generate it? |
Beta Was this translation helpful? Give feedback.
-
|
Can anyone help with this issue? Please see video - https://www.loom.com/share/4f1b9890d0804048b770067cea98c751?sid=13f2cfff-389e-44de-84d4-405140e40679 |
Beta Was this translation helpful? Give feedback.
-
|
Create New Entity and Migration Recently, I have cloned Flowise repository and run it in my local env. Now I am trying to add new Entity and Migration to existing database (especially sqlite as default). Please let me know how to do it locally. What I have tried is like following. Run Command in pkg/server: Add IProjects into Interface.ts, Modify Projects.ts entity and add it to index.ts Run Command in pkg/server: Modify AddProjects migration to create 'projects' table and add it to index.ts Run Command in root repo But 'projects' table didn't created. Please give me advice. |
Beta Was this translation helpful? Give feedback.
-
|
凌晨3点17分,我被手机震醒了。 不是什么紧急bug,不是什么线上事故。是我的AI Agent,它一本正经地给我发了一条飞书消息:
我看着那条消息,陷入了沉思。这感觉就像你妈凌晨敲你房门,只是为了告诉你她把你的袜子洗了。 事情是这样的:我用Vercel AI SDK搭了一个内容聚合Agent,想着让它每天早上8点给我推送AI新闻。CRON表达式写的是 结果我忘了这行代码: // 我把服务器时区配成了UTC,但脑子里的时区是北京时间
const cronExpression = "0 8 * * *"; // 8点是UTC的8点,不是CST的8点UTC 8点 = 北京时间凌晨3点。 我的Agent连续三天在凌晨3点给我发消息,而且因为它太敬业了,每次都要追问我:"需要我帮您分析一下今天的新闻吗?" 凌晨3点分析新闻?它怕不是觉得我是蝙蝠侠。 最绝的是,我一开始还没反应过来,以为是Vercel的serverless cold start导致的延迟。我甚至去Discord上问:"Hey guys, anyone experiencing weird delays with cron jobs?" 直到某天我盯着CRON表达式看了整整三分钟,突然悟了——这不就是传说中的"时区刺客"吗? 后来我把代码改成了: const cronExpression = "0 0 * * *"; // UTC 0点 = 北京时间8点世界终于安静了。我的Agent也回到了正常人(AI)的作息时间。 教训总结:
我把这段经历写成了完整的踩坑实录,有兴趣的朋友可以看看: 你们在开发AI Agent的时候,有没有遇到过这种"意料之外的敬业"时刻?欢迎在评论区分享你的故事~ 毕竟,世界上最遥远的距离,不是生与死,而是我说"早上8点",Agent听成了"凌晨3点"。 本文采用 Vercel AI SDK + OpenClaw 构建,感谢这个伟大的开源生态 🙏 |
Beta Was this translation helpful? Give feedback.





Uh oh!
There was an error while loading. Please reload this page.
-
👋 Welcome!
We’re using Discussions as a place to connect with other members of our community. We hope that you:
build together 💪.
To get started, comment below with an introduction of yourself and tell us about what you do with this community.
Beta Was this translation helpful? Give feedback.
All reactions