'Is there a possibility of leak with @Scheduled backlog?

I am currently reviewing options to develop looped method execution and one suggestion was to make use of simple Spring @Scheduled annotation. So if I use this approach and use @Scheduled(fixedRate = 1000) in which task scheduled to run each second, If in case each task execution is taking more than second and if there is a huge backlog of scheduled tasks in millions, can it cause some sort of leak?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source