Skip to content
This repository was archived by the owner on Dec 12, 2024. It is now read-only.

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The issue is that jobs are not saved when using Spring without @Transactional and with autoCommit=false. Issue is fix in v7.

To reproduce the bug set the following in application.properties

spring.datasource.hikari.auto-commit=false

Start a MySQL database:

docker run --name job-not-enqueued-issue-mysql-db -p 3306:3306 \
 -e MYSQL_ROOT_PASSWORD=my-secret-pw -e MYSQL_USER=test -e MYSQL_PASSWORD=testing -e MYSQL_DATABASE=jobrunr \
 -d mysql:8.0

Remove the DB:

docker rm -f job-not-enqueued-issue-mysql-db

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages