I created a custom application in Frappe and there I registered a funtion in cron of scheduler_events in the hooks.py which has to run every minute.
now that when i migrated the job did apperead in the Scheduled Job Type and when i mannuly execute it, works perfect but it does not run automatically.
my scheduler is on for the site for which i wrote the above function.
I have searched a lot and tried every possible solutionn but I don’t know why it is not automatic.