Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要在我的 SailsJS 项目中构建一些从外部 API 导入各种数据的任务。我正在考虑使用 laterJS(除非有更好的选择)。
这些“任务”文件的位置和加载是否有最佳实践?
我认为它应该去的地方是文件 config/bootstrap.js。
来自sails-docs的此文件的描述:
这是一个异步自举函数,在您的 Sails 应用程序被提升之前运行(即 > 启动)。这使您有机会设置数据模型、运行作业或执行一些特殊逻辑。