Drupal

By lostcarpark_admin, 26 March, 2023

Often we want timed events on our website. As a general rule, we should try to avoid having these take place in the front end. There are many ways this can be achieved, typically involving cron tasks.

However, occasionally we do genuinely need a task to be controlled from the front end, usually when we need to give user feedback.