jobrunr icon indicating copy to clipboard operation
jobrunr copied to clipboard

An extremely easy way to perform background processing in Java. Backed by persistent storage. Open and free for commercial use.

Results 45 jobrunr issues
Sort by recently updated
recently updated
newest added

**Are you running the latest version of JobRunr?** Yes **Describe the bug** This is to reopen bug in https://github.com/jobrunr/jobrunr/issues/426. Details provided in bug[#426](https://github.com/jobrunr/jobrunr/issues/426) **Environment** I'm using JobRunr version: 5.0.1 I'm...

bug

After facing an issue of random skipping of daily recurring Jobs, we made a small POC to test the performance of Jobrunr compared to Spring Scheduler and Quartz and see...

bug
help wanted

**Is your feature request related to a problem? Please describe.** I am working on a Spring Boot 2.7 Java 17 application. We are planning a feature where we chose jobrunr...

enhancement

**Is your feature request related to a problem? Please describe.** With DataStorage ORACLE, I noticed that the job listing screen takes a long time to load, probably due to the...

wontfix

## SevereJobRunrException occurred in BackgroundJobServer efc46e4f-e598-4d47-a966-6ade15455ed7: Could not resolve ConcurrentJobModificationException ### Runtime information - __Timestamp__: 2022-07-12T12:31:40.790Z - __Location__: BackgroundJobServer efc46e4f-e598-4d47-a966-6ade15455ed7 - __JobRunr Version__: 5.1.4 - __StorageProvider__: org.jobrunr.storage.sql.h2.H2StorageProvider - __Java Version__:...

bug

Elasticsearch Rest High Level Client is deprecated in favor of: https://www.elastic.co/guide/en/elasticsearch/client/java-api-client/7.17/index.html There is still the possibility to have both clients inside a single application: https://www.elastic.co/guide/en/elasticsearch/client/java-api-client/7.17/migrate-hlrc.html Still, would be better to...

enhancement

**Is your feature request related to a problem? Please describe.** We need to secure access to the dashboard and having option of stored plain username/password is not acceptable by our...

enhancement
Pro

Are you running the latest version of JobRunr? Yes 5.0.0-RC1 Next job run does not trigger until previous execution finishes. I'm using JobRunr version: 5.0.0-RC1 I'm running on jdk1.8.0_131 I'm...

enhancement
Pro