Hi,
I have configured the following:
For some reason, "sofieFetch" keeps fetching the remote file, ignoring the 300000 milliseconds interval. Any ideas on what might cause this?Code:<si:inbound-channel-adapter channel="zippedFile" ref="sofieFetch" method="fetch"> <si:poller><si:interval-trigger interval="300000" time-unit="MILLISECONDS"/></si:poller> </si:inbound-channel-adapter> <si:channel id="zippedFile"/> <si:transformer input-channel="zippedFile" ref="sofieUnzip" method="unzip" output-channel="FilesIn"/>
I am using SI 2.3.0
Thanks,
Khoa


Reply With Quote