Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kagkarlsson authored Oct 29, 2023
1 parent 31c4bab commit ff6c39f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -335,12 +335,12 @@ If you need to migrate from Java serialization to a `GsonSerializer`, configure
```


## Third-party task repositories
## Third-party extensions

Out of the box db-scheduler supports jdbc-compliant databases. There have however been efforts to implement support for more databases via custom task repositories. It is currently a bit cumbersome plugging in a custom repository, but there are plans for making it easier.
This is a list of known third-party task repositories:

* [db-scheduler-mongo](https://github.com/piemjean/db-scheduler-mongo)
* [bekk/db-scheduler-ui](https://github.com/bekk/db-scheduler-ui) is admin-ui for the scheduler. It shows scheduled executions and supplies simple admin-operations such as
"rerun failed execution now" and "delete execution".
* [rocketbase-io/db-scheduler-log](https://github.com/rocketbase-io/db-scheduler-log) is an extention providing a history of executions, including failures and exceptions.
* [piemjean/db-scheduler-mongo](https://github.com/piemjean/db-scheduler-mongo) is an extension for running db-scheduler with a Mongodb database.

## Spring Boot usage

Expand Down

0 comments on commit ff6c39f

Please sign in to comment.