Skip to content

Commit ff6c39f

Browse files
authored
Update README.md
1 parent 31c4bab commit ff6c39f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -335,12 +335,12 @@ If you need to migrate from Java serialization to a `GsonSerializer`, configure
335335
```
336336

337337

338-
## Third-party task repositories
338+
## Third-party extensions
339339

340-
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.
341-
This is a list of known third-party task repositories:
342-
343-
* [db-scheduler-mongo](https://github.com/piemjean/db-scheduler-mongo)
340+
* [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
341+
"rerun failed execution now" and "delete execution".
342+
* [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.
343+
* [piemjean/db-scheduler-mongo](https://github.com/piemjean/db-scheduler-mongo) is an extension for running db-scheduler with a Mongodb database.
344344

345345
## Spring Boot usage
346346

0 commit comments

Comments
 (0)