Hi everyone,
I would like to know if it is possible to introduce a delay between the transfer of the records, in order to not send the whole information at once. I want to transfer the data record by record.
Could you help me, please?
Hi everyone,
I would like to know if it is possible to introduce a delay between the transfer of the records, in order to not send the whole information at once. I want to transfer the data record by record.
Could you help me, please?
Hi
You can change the batch size to 1 which will make all the batches of size 1.
Apart from that we have a delay processor that can introduce any delay between batches. I think that this might help you
Along with changing batch sizes at the origin, as
and just in case you need to add a delay in passing the records to the target or next stage, you can use the Delay processor.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.