What is the function of the triggercontroller?
When I load a product page I see that a call is made to index.php?controller=trigger&ts=1677152722
What is returned is {"status":"failed","error":"Forbidden"}
When I look into the source code I see something about a scheduler but that doesn't make things much clearer. The line "ServiceLocator::getInstance()->getScheduler();" gives me nightmares about Symfony style complexity.