cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Synchronization issue with Hot Folder

0 Likes
941

Current Issue:

we are using hot folder to import the csv , which is working fine.

we also try to add a synchronization job in hot folder's spring integration after importing the impex.

Would it be the good idea to add sync job in hot folder flow.. Because this could be the issue everytime the impex file will import then it will start the synchronization.

we need it like in following way: all the files in the batch should be imported and then sync should start.

How we can get the information that batch is ended. Because hotfolder will start copying another batch of files.

Thanks in advance

Accepted Solutions (0)

Answers (2)

Answers (2)

0 Likes

Please make the separate cron job and execute the job on none business hour.

I would also suggest to you don't use complete integration of hot folder .

disable the hot folder polling and create a composite job for the data

VinayKumarS
Active Contributor
0 Likes

Hi Akash,

Adding the synchronization may not be the right solution. Because in our application also we choose such approach. But at times due to some other issues sync fails. Those data wont be synced. Then we will get a question from business why the data is not reflected. Instead we can go with the scheduled sync.

Or if you really go with the sync in hot folder. As soon as you add the item to the staged catalog. Sync that item individually. That might solve problem.

But 100% we cannot solve the problems without keeping the content sync delay

0 Likes

Thanks Vinay for your response,
Did you fixed this issue by sync the item individually?

VinayKumarS
Active Contributor
0 Likes

yes we solved syncing individually.