Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

@Scheduled method not triggered on start of daylight savings time #40154

Closed
ropoman opened this issue Apr 3, 2024 · 2 comments
Closed

@Scheduled method not triggered on start of daylight savings time #40154

ropoman opened this issue Apr 3, 2024 · 2 comments
Labels
status: duplicate A duplicate of another issue status: invalid An issue that we don't feel is valid

Comments

@ropoman
Copy link

ropoman commented Apr 3, 2024

I am in CEST timezone. The server was running fine for several days until on March 31st the two following scheduled methods were not called:

@scheduled(cron = "0 30 3 * * ?")
@scheduled(cron = "0 0 19 * * ?")
These were NOT CALLED on March 31st, but on April 1st everything was working again

@scheduled(cron = "0 0 * * * ?")
This was called every hour

	<groupId>org.springframework.boot</groupId>
	<artifactId>spring-boot-starter-parent</artifactId>
	<version>2.4.2</version>		
@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Apr 3, 2024
@mdeinum
Copy link
Contributor

mdeinum commented Apr 3, 2024

You are on a very old version of Spring Boot, one which uses Spring 5.3.3, Spring Boot 2.4.x has been out-of-support for quite some time. Try the newest version to see if the issue has been resolved. DST issues have been fixed in Spring 5.3.7, 5.3.16 and 5.3.17.

Related:

@bclozel
Copy link
Member

bclozel commented Apr 3, 2024

As mentioned by Marten, please use a supported Boot version. Spring Framework 5.3.x still has OSS support, but you should first test against the latest maintenance version.

I'm closing this issue for now but we can reopen it if you provide a sample application that demonstrates the problem with the latest maintenance version of Spring Framework.

Thanks!

@bclozel bclozel closed this as not planned Won't fix, can't repro, duplicate, stale Apr 3, 2024
@bclozel bclozel added status: duplicate A duplicate of another issue status: invalid An issue that we don't feel is valid and removed status: waiting-for-triage An issue we've not yet triaged labels Apr 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: duplicate A duplicate of another issue status: invalid An issue that we don't feel is valid
Projects
None yet
Development

No branches or pull requests

4 participants