Skip to content
forked from jobrunr/jobrunr

This is a fork of the popular job scheduling library JobRunr adding smaller features and bugfixes to it

License

Unknown, Unknown licenses found

Licenses found

Unknown
License.md
Unknown
License-lgpl.md
Notifications You must be signed in to change notification settings

LUMASERV/jobrunr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

29f3566 · Jun 24, 2022
Jun 24, 2022
Jun 24, 2022
Jun 24, 2022
Jun 24, 2022
Aug 24, 2021
Jun 24, 2022
Jun 24, 2022
Jun 6, 2022
May 26, 2020
Apr 17, 2022
Jul 19, 2021
Jun 24, 2022
Aug 24, 2021
Jun 24, 2022
Feb 7, 2021
May 23, 2022
Jun 24, 2022
May 26, 2022
May 28, 2020
May 28, 2020
Jun 19, 2022

Repository files navigation

Overview

This is just a fork of the popular JobRunr library,adding smaller features and bugfixes. See the original GitHub Page and website for more information on how to use the library and consider supporting the original project if you like it.

Changes added by this fork

  • Decreased minimum configurable fetch interval in seconds from 5 to 1 (see jobrunr#366)
  • Added backgroundJobServer to JobRunrConfigurationResult (see jobrunr#497)
  • Added an option for auto restart on crash to BackgroundJobServerConfiguration (see jobrunr#498)

Installation

Using Maven?

JobRunr is available in Maven Central - all you need to do is add the following dependency:

<dependency>
   <groupId>com.lumaserv</groupId>
   <artifactId>jobrunr</artifactId>
   <version>5.1.4-R0</version>
</dependency>

Using Gradle?

Just add the dependency to JobRunr:

implementation 'com.lumaserv:jobrunr:5.1.4-R0'

How to build?

  • git clone https://github.com/jobrunr/jobrunr.git
  • cd jobrunr
  • cd core/src/main/resources/org/jobrunr/dashboard/frontend
  • npm i
  • npm run build
  • cd -
  • BUILD_VERSION=5.1.4-R0-SNAPSHOT ./gradlew publishToMavenLocal

Then, in your own project you can depend on com.lumaserv:jobrunr:5.1.4-R0-SNAPSHOT.

About

This is a fork of the popular job scheduling library JobRunr adding smaller features and bugfixes to it

Resources

License

Unknown, Unknown licenses found

Licenses found

Unknown
License.md
Unknown
License-lgpl.md

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 89.6%
  • JavaScript 5.2%
  • Kotlin 4.6%
  • Other 0.6%