Hi!!
I have an unusual problem, it turns out that every minute I have a tool that uploads some CSV files to a folder on a server, on the other hand I have a cron that checks if there is a new file in this folder and processes it. The problem is that sometimes it does not find the file and nevertheless the file is on the server and I am forced to enter the server and rename the file so that I can recognize it and process its information.
I'm desperate, with this problem, is there a way to remove the cache from a directory? or something that forces you to read the directory correctly ?
Thank for your support!!
I have an unusual problem, it turns out that every minute I have a tool that uploads some CSV files to a folder on a server, on the other hand I have a cron that checks if there is a new file in this folder and processes it. The problem is that sometimes it does not find the file and nevertheless the file is on the server and I am forced to enter the server and rename the file so that I can recognize it and process its information.
I'm desperate, with this problem, is there a way to remove the cache from a directory? or something that forces you to read the directory correctly ?
Thank for your support!!