Hybris中是否有任何解决方法可以手动暂停热文件夹?
这是故事和问题:在生产中,我们的应用程序有 2 个数据导入服务器。两台服务器对多个不同的 hotfolder 配置使用相同的共享 hotfolder,因此每天都会导入几个不同的传入文件。我们对这些服务器的生产部署与应用程序的其他(非数据导入)服务器不同,因为我们必须等待这些服务器完成实际的进程中文件导入,因此我们必须手动检查 /processing 文件夹并一遍一遍,直到没有任何文件。我们的目标是跳过这个手动过程,而只是“告诉” Hybris 在当前正在进行的导入之后停止处理。
是否有任何 OOTB 实施可以做到这一点?
1 回答
0
AFAIK no there is not. You can probably fix your issue by creating a temporary "work in progress" file while the import starts then you delete the file when it ends. You can then automize the manual check with a method that check if there is a "work in progress" file.
于 2019-01-02T10:59:00.487 回答