Re: Delay Worker Process

2019-03-14 Thread Cannon Smith via 4D_Tech
Hi Gabriel, Part of what gets logged isn’t know at the time I know something needs to be logged. The code is easiest if I can say, “Hey, please log this situation” and have the actual logging happen a few seconds later. As I said, this is a quick a dirty injection of some logging code to track

Re: Delay Worker Process

2019-03-14 Thread GI -AJAR via 4D_Tech
Hi, Why do you need to run the check after few seconds? We use this same kind of worker to write logs in files. As you said, the worker assure the file not to be opened. So in this contexte you know your file is accessible. You can still have an error handler to handle the case where there is