Community forum

Please note that VisualCron support is not actively monitoring this community forum. Please use our contact page for contacting the VisualCron support directly.


dillznit
2019-10-23T19:00:06Z
We have file create based triggers that we think are not firing. We have a load of files coming into disk 20 or 30 per second. into about 150 different folders, with 4 triggers per job (to do things like zip and upload to s3)

we have set on each job

{JOB(Active|Variable|DIRECTORY)}
file mask = .ozq
File watch Type Created
Trigger when file has been released

Everything else Default

Also Im wondering how extended trigger debug logging works?

  Trigger VisualCron.jpg (269kb) downloaded 34 time(s).
Sponsor
Forum information
Support
2019-10-23T19:42:21Z
My suggestion is the following:

1. enable Trigger debugging in main settings of the Trigger
2. download and run this on the side: https://www.codeproject....r-Pure-Chaos-Part-1-of-2 

The above exe will act independent and track all events. In many cases other events are raised than you actually monitor.
Henrik
Support
http://www.visualcron.com 
Please like  VisualCron on facebook!
dillznit
2019-10-23T20:36:50Z
Hi Henrick,

Do you know what VisualCron uses for watching the filesystem with triggers? is it .net FileSystemWatcher?
https://docs.microsoft.c...er?view=netframework-4.8 
Support
2019-10-24T08:20:19Z
Originally Posted by: dillznit 

Hi Henrick,

Do you know what VisualCron uses for watching the filesystem with triggers? is it .net FileSystemWatcher?
https://docs.microsoft.c...er?view=netframework-4.8 



Correct! Same as this test application.
Henrik
Support
http://www.visualcron.com 
Please like  VisualCron on facebook!
Scroll to Top