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 tasks #2301

Merged
merged 20 commits into from
Mar 29, 2021
Merged

Scheduled tasks #2301

merged 20 commits into from
Mar 29, 2021

Conversation

danielkec
Copy link
Contributor

@danielkec danielkec commented Aug 31, 2020

@ApplicationScoped
public class TestBean {

    @Scheduled("0/2 * * * * ? *")
    public void test2sec() {
        System.out.println("Executed at " + LocalTime.now().toString());
    }
}
11:42:52 FINE ...SchedulingCdiExtension: Method CronedBean#test2sec scheduled to be executed every 2 seconds
Executed at 11:42:53.977302300
Executed at 11:42:55.969250400

@danielkec danielkec added enhancement New feature or request dependencies Pull requests that update a dependency file labels Aug 31, 2020
@danielkec danielkec self-assigned this Aug 31, 2020
@danielkec danielkec changed the title Scheduled tasks POC WIP: Scheduled tasks POC Aug 31, 2020
@danielkec danielkec linked an issue Aug 31, 2020 that may be closed by this pull request
@danielkec danielkec marked this pull request as draft November 23, 2020 12:50
@danielkec danielkec changed the title WIP: Scheduled tasks POC Scheduled tasks Jan 19, 2021
@danielkec danielkec marked this pull request as ready for review January 19, 2021 22:19
@tomas-langer tomas-langer added this to the 2.3.0 milestone Feb 2, 2021
Signed-off-by: Daniel Kec <daniel.kec@oracle.com>
Signed-off-by: Daniel Kec <daniel.kec@oracle.com>
 * configurable cron
 * configurable fixed delay

Signed-off-by: Daniel Kec <daniel.kec@oracle.com>
Signed-off-by: Daniel Kec <daniel.kec@oracle.com>
Signed-off-by: Daniel Kec <daniel.kec@oracle.com>
Signed-off-by: Daniel Kec <daniel.kec@oracle.com>
Signed-off-by: Daniel Kec <daniel.kec@oracle.com>
Signed-off-by: Daniel Kec <daniel.kec@oracle.com>
Signed-off-by: Daniel Kec <daniel.kec@oracle.com>
Signed-off-by: Daniel Kec <daniel.kec@oracle.com>
Signed-off-by: Daniel Kec <daniel.kec@oracle.com>
Signed-off-by: Daniel Kec <daniel.kec@oracle.com>
Signed-off-by: Daniel Kec <daniel.kec@oracle.com>

Signed-off-by: Daniel Kec <daniel.kec@oracle.com>
Signed-off-by: Daniel Kec <daniel.kec@oracle.com>
Signed-off-by: Daniel Kec <daniel.kec@oracle.com>
Signed-off-by: Daniel Kec <daniel.kec@oracle.com>
Signed-off-by: Daniel Kec <daniel.kec@oracle.com>
# Conflicts:
#	dependencies/pom.xml
#	docs/sitegen.yaml
Signed-off-by: Daniel Kec <daniel.kec@oracle.com>
@danielkec danielkec requested a review from tomas-langer March 12, 2021 11:56
Copy link
Member

@tomas-langer tomas-langer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@danielkec danielkec merged commit 88a97a2 into helidon-io:master Mar 29, 2021
aseovic pushed a commit to aseovic/helidon that referenced this pull request Apr 26, 2021
Signed-off-by: Daniel Kec <daniel.kec@oracle.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Scheduled tasks in Helidon
2 participants