Skip to content

Commit

Permalink
[AB-xxx] fixing schema name for scheduling not being configurable
Browse files Browse the repository at this point in the history
  • Loading branch information
Sheldan committed Mar 11, 2024
1 parent 9034968 commit f45721b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spring.quartz.properties.org.quartz.threadPool.threadCount=4
spring.quartz.properties.org.quartz.jobStore.driverDelegateClass=org.quartz.impl.jdbcjobstore.PostgreSQLDelegate
spring.quartz.properties.org.quartz.jobStore.useProperties=true
spring.quartz.properties.org.quartz.jobStore.misfireThreshold=45000
spring.quartz.properties.org.quartz.jobStore.tablePrefix=abstracto.qrtz_
spring.quartz.properties.org.quartz.jobStore.tablePrefix=${DB_SCHEMA}.qrtz_
spring.quartz.properties.org.quartz.jobStore.isClustered=false
spring.quartz.properties.org.quartz.scheduler.classLoadHelper.class = org.quartz.simpl.CascadingClassLoadHelper
spring.quartz.properties.org.quartz.plugin.shutdownHook.class=org.quartz.plugins.management.ShutdownHookPlugin
Expand Down

0 comments on commit f45721b

Please sign in to comment.