My ERPNext custom app is running inside docker container.
I have checked
- RQ job Scheduler: Active
- It works with this command inside docker container
bench --site {site} execute smarthr.api.employee_loan_api.automate_additional_salary
but when I set as set as scheduled it does not run, I think might be because of cron inside docker container, anyone help to give me some solution.
Thanks