Re: Bounded concurrency on SQL consumer

2021-07-30 Thread Tomasz Melcer
On 7/20/21 11:29 AM, Tomasz Melcer wrote: Is it possible to have some kind of bounded concurrency on these consumers, so that we wouldn't have to manually manage the times? So, we ended up implementing a mutex as part of the SQL query itself using SQL Server's sp_getapplock. While it's not wha

Reading a directory on schedule

2021-07-30 Thread Mikael Andersson Wigander
HI, sorry for a stupid question but I can't get this to work properly… I thought by adding a scheduler to a file component it will only poll for files on schedule but apparently it executes as soon a file is present… What am I doing wrong here or have I understood this completely wrong? http://w