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.
我是社交引擎框架的新手。任何人都可以帮助我如何从社交引擎管理面板创建新的 cron 作业任务计划程序吗?
您将无法从管理面板创建 cron 作业。您需要使用您的服务器进行设置。您的托管服务提供商应该能够为您提供帮助。根据您要安排的任务,可以在以下目录中找到您需要安排的作业:application/modules//Plugin/Task
任务脚本位于最新版本的 SocialEngine 中的 application/modules/Core/Plugin/Task 中,我们通常将它们设置为每 60 秒运行一次,脚本之间的间隔为 5 秒。