Core neutron Manager/Scheduler for agents is using a fixed interval loop to manage periodic tasks, this defaults to a hardcoded interval of 40 seconds. We need flexibility to set the interval per task/method.
Hopefully this can be closed, setting the interval loop to 1s reverts the annotation for periodic task to its expected value. Lets monitor it and see if it works as expected.
Core neutron Manager/Scheduler for agents is using a fixed interval loop to manage periodic tasks, this defaults to a hardcoded interval of 40 seconds. We need flexibility to set the interval per task/method.