If a certain action needs to be executed at a certain interval (ones a day, hour, …) you'll be defining a cronjob. We used to have a special type of action for this but that has been removed. You should create a symfony console command instead
If a certain action needs to be executed at a certain interval (ones a day, hour, …) you'll be defining a cronjob. We used to have a special type of action for this but that has been removed. You should create a symfony console command instead