kagkarlsson / db-scheduler

Persistent cluster-friendly scheduler for Java
Apache License 2.0
1.23k stars 188 forks source link

Feature: Validate required table on startup of scheduler #507

Open gustavkarlssonft opened 2 months ago

gustavkarlssonft commented 2 months ago

Validate that the required table scheduled_tasks exists on startup (in "main-thread"), and possibly also validate expected columns. Fail-fast mode, throw Exception if not, causing the application to not start.