Hey all wondering if anyone else has run into this...
# ask-community
t
Hey all wondering if anyone else has run into this, We poll various remote sources (FTP, SFTP, ect) and trigger file processing flows based on the what we find. Most flows will return early since no new files are found. Ideally these flows (where nothing is found), we almost want to discard (ie we don't want them cluttering the UI). Currently we return
Cancelled()
but because this raises an exception, you can imagine what it will do to our Sentry. Has any one ran into this, and or, has a neat solution?