Hello , i am having an issue with Scheduler in rapiminer Server
jithinpaul89
New Altair Community Member
This from my server log:
00:00:49,816 INFO [stdout] (taskScheduler-1) 2020-01-30 00:00:49.816 INFO 8996 --- [taskScheduler-1] c.r.e.s.service.task.StartSchedulerTask : Scheduler start delayed: RapidMiner Server is NOT healthy yet
00:00:49,816 INFO [stdout] (taskScheduler-1) 2020-01-30 00:00:49.816 INFO 8996 --- [taskScheduler-1] c.r.e.s.service.task.StartSchedulerTask : Scheduler start delayed: RapidMiner Server is NOT healthy yet
When i schedule for "now" using rapidminer studo onto server its working. But when i schedule for later time its not working. Its not triggering at the scheduled time. Please help
1
Answers
-
1
-
using rm 9.2.1
scheduler.properties file## Configuration file that is used for deployments within JBoss EAP 6.4##============================================================================# Configure Main Scheduler Properties#============================================================================org.quartz.scheduler.instanceName = ProcessSchedulerorg.quartz.scheduler.instanceId = AUTO# Immediate job executions with JBoss 6.4 does not longer work properly - delay of 20-30s.# Change the default idle time to 1s to bypass this issue.org.quartz.scheduler.idleWaitTime = 1000#============================================================================# Configure ThreadPool#============================================================================org.quartz.threadPool.class = org.quartz.simpl.SimpleThreadPoolorg.quartz.threadPool.threadCount = 10org.quartz.threadPool.threadPriority = 5#============================================================================# Configure Datasource#============================================================================org.quartz.dataSource.RapidRepository.jndiURL = java:/jdbc/RapidAnalyticsDS#============================================================================# Configure JobStore#============================================================================org.quartz.jobStore.misfireThreshold = 60000org.quartz.jobStore.class = org.quartz.impl.jdbcjobstore.JobStoreTXorg.quartz.jobStore.dataSource = RapidRepositoryorg.quartz.jobStore.tablePrefix = scheduler_#============================================================================# Configure JobStore#============================================================================org.quartz.jobStore.driverDelegateClass = org.quartz.impl.jdbcjobstore.MSSQLDelegate1