-
Notifications
You must be signed in to change notification settings - Fork 1
Setting Polling Interval
Josh Johnson edited this page Nov 30, 2020
·
3 revisions
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.
Please note that Cloud FTP Bridge is provided "as-is". It is designed to be a free, open-source alternative for low-volume use. For time-sensitive or high-volume transfers, please consider an alternative such as SmartFTP Enterprise. |
Copyright © 2017, TrueCommerce, Inc.