Integration Service - Limit to 1 job execution for triggers

Hello,

I set a trigger to check if there are new input files in a drive folder but if there are several files, the triggers execute several Jobs. Is it possible to limit to 1 job for each interrogation ?
Thank you

Alexis

@Alexis_DELEPIERRE

I dont think you can limit that way as of now

cheers

Oh ok, too bad. I hope we can limit this soon …

Thank you for the answer.

Alexis

1 Like

@Alexis_DELEPIERRE,

You got two options here:

  1. Use Dispatcher to be triggered by the integration Service trigger which will add the file details to queue. Even if it trigger multiple time, it will check if queue item already exist or not and add if doesn’t exist.
    Performer will trigger queue based.

  2. Change the Polling Interval of your connector so multiple triggers will not be triggered.

Thanks,
Ashok :slight_smile: