Skip to content

Scheduler test console application. It runs from console schedule a job and prints out a heartbeat of running job.

Notifications You must be signed in to change notification settings

wivern/baldur-scheduler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

 This one is simple console application which schedules a job during startup
 and print out job state to console output and logfile.

 == Building
 Just a maven build:
 mvn package

 that produces a zipped distribution with required classes and dependencies.

  == Usage

  1. Unpack distribution zip into working directory.
  2. Start as console application:
  java -jar scheduler-1.0-SNAPSHOT.jar -s "0 0/3 * * * ?" -maxLoadObjects 10

  Here`s some parameters:

  1. -s is required, it`s a cron expression to schedule a job, in example job will
    started every 3 minutes.
  2. --maxLoadObjects is optional, it means a maximum number of dummy objects simulating
    real Loader.



About

Scheduler test console application. It runs from console schedule a job and prints out a heartbeat of running job.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published