This app reports the number of items in a directory (or folder) at specified intervals. It does this by outputting a JSON-file through the outgoing connection. This file also has a private data key with the number of items from the directory (or folder).
Use cases include monitoring a folder when it becomes empty. Perhaps you have a significant workload and want to be notified when it has been processed. Alternatively, you may need to monitor if a folder becomes filled with files beyond a certain threshold; for instance, if a process crashes and the files waiting in the input folder keeps accumulating.
With this app, you can set up monitoring by sorting the JSON-file based on the number of items in the folder and triggering an email or other actions based on the log.
Hello,
Nice App, congratulations :-)
A nice & friendly feature could be the ability of exluding some folders to be processed, driven by Variables, patterns, RegEx….