Hello, I am looking for away to run a CRON in instante action.
Example :
Check new files in a directory, if we get new file we process it and add it's parsed data to specific database.
With the actual CRON the Time interval is a minute, but in my case the Minute is too much.
I do use the Python Threading Lib, but it's run a function out of the Odoo ORM !!
Thank you in advance.