How to execute a task in Shopware 6
I have created a scheduled task, that runs the task every 5 min. I have implemented handler + task files, but the task will be executed just once and still not be running.
How can I solve this problem? should I use a bash file to execute the task??