Giter VIP home page Giter VIP logo

Comments (6)

cppwfs avatar cppwfs commented on June 20, 2024 1

Updated javadoc here: afc1b2e

from spring-cloud-task.

cppwfs avatar cppwfs commented on June 20, 2024 1

You can have multiple jobs in a single app, you will just need multiple runs of that app each one with specifying the job name you want.

from spring-cloud-task.

swapy avatar swapy commented on June 20, 2024

@cppwfs updated with more info
I suspect that spring batch BatchProperties expects only single job name as its string and not string array.

from spring-cloud-task.

cppwfs avatar cppwfs commented on June 20, 2024

Correct as of Spring Boot 3.x it limits the number of Jobs in the application that can be run in a single run to one. I will update the Javadoc in task to set it to spring.batch.job.name

from spring-cloud-task.

swapy avatar swapy commented on June 20, 2024

so does that mean with boot+spring batch or with boot+spring task+batch I have only option to create single job with multiple steps
and
will have to create another app for new job?

from spring-cloud-task.

swapy avatar swapy commented on June 20, 2024

@cppwfs thank you very much.

also it shouldnt log
2023-03-20T19:47:29.380+05:30 DEBUG 272296 --- [ main] o.s.b.a.b.JobLauncherApplicationRunner : Skipped job: job1
right? As this job was completed successfully.
This might need fix if you find it as bug.

from spring-cloud-task.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.