Expand my Community achievements bar.

SOLVED

Bulk Import Service Scheduling for every 5 mins

Avatar

Level 1

Hi,
  We are trying to use the bulk import service and we want to schedule this every 10 mins. Currently this can be scheduled only to this specific time that is provided OOTB. Is there a way we can some how tweet this configurations?

mahaboobsyed1_0-1677751291827.png

We have also read that this will import around 20K assets/hour. So we would like to import less assets. As per our requirement we need to import the assets not less than 5 mins to AEM.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi @mahaboobsyed1,

Technically you should be able to modify Schedule Job popup overlaying and changing following js file:

/libs/dam/gui/coral/components/admin/bulkimport/clientlibs/js/actions.js you can find method with signature createTypeRadios that defines list of available options.

There is also other aspect you have to take into account, even if you will add new option to the popup, it does not mean it will work fully correctly. It's because the solution has been designed to support some specific options in terms of scheduling bulk upload operation.

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

Hi @mahaboobsyed1,

Technically you should be able to modify Schedule Job popup overlaying and changing following js file:

/libs/dam/gui/coral/components/admin/bulkimport/clientlibs/js/actions.js you can find method with signature createTypeRadios that defines list of available options.

There is also other aspect you have to take into account, even if you will add new option to the popup, it does not mean it will work fully correctly. It's because the solution has been designed to support some specific options in terms of scheduling bulk upload operation.