Setting Polling Interval - TrueCommerce/CloudFtpBridge GitHub Wiki
Cloud FTP Bridge will begin executing workflows immediately after the service is started. After all workflows are run, the service will check to see if any of the workflows' source file systems have any new files to process. If they do, all workflows are immediately run again. If they do not, the service will wait 2 minutes before running all workflows again.
v2.7.0 and earlier
Cloud FTP Bridge will begin executing workflows immediately after the polling service is started. After all workflows are executed, the service will wait n
seconds before running all workflows again (where n
is the PollingInterval setting from appsettings.json
). The default polling interval is 30
seconds.