gs-scheduling-tasks icon indicating copy to clipboard operation
gs-scheduling-tasks copied to clipboard

Scheduling Tasks :: Learn how to schedule tasks with Spring.

Results 10 gs-scheduling-tasks issues
Sort by recently updated
recently updated
newest added

This is a rewrite of the guide with many changes. In addition to content changes, structural changes were made to the guide as a potential template for future guide updates...

There are some version mismatches for the dependency. One part talks about using awaitility 3.1.2 but the finished build files have 4.2.0

The guide says `Download the resulting ZIP file, which is an archive of a web application that is configured with your choices.` but this is not a web application.

The guide uses Spring Boot 3.2 so the requirements need to be updated.

The guide requests to add the awaitility dependency, though there is not test present, that dependency has test scope. Proposal : oneOf 1. add test that require that library 2....

I think using variables is way more powerful Since the jar execution is in the guide, it can also be modified to show how scheduling can be parametrized I would...

enhancement
good first issue

It looks like the version of awaitility in this gradle configuration file is not correct.

Hi Everyone. I have an issue with the Jobs being triggered from Multiple instances of Pivotal Cloud environments. How to handle this issue. Thanks!!

enhancement

Needs to be structured to have an initial and a complete project and instructions that go from a pre-populated Initializr project to a running project with outputs that the reader...