-
We are experiencing unusually slow backup performance.
1. full backup - about 8 minutes
2. incremental backup - about 25 minutes
3. first incremental that follows a full backup - 65 minutes
Us…
-
SCDF provides cron expression for scheduling the launching of tasks. However, users sometimes need more advanced scheduling for launching their tasks. In these cases they can use enterprise level sc…
-
Hi I am Getting This issue.
```
Caused by: java.lang.NullPointerException
at net.joelinn.quartz.jobstore.AbstractRedisStorage.applyMisfire(AbstractRedisStorage.java:565)
at net.joelinn.quartz.…
-
hello,
i am trying to installation as per linux manual installation on centos 7.
it gives below error in logs:
2018-06-30 17:51:23 [] INFO StdSchedulerFactory:1172 - Using default implementation…
-
Asp.Net Core has build in support for Hosted Service, so I would like to implement https://github.com/kdcllc/CronScheduler.AspNetCore to support background scheduled jobs.
-
**Describe the bug**
In some rare occasion we are getting the following exception:
```Quartz.SchedulerException: Problem instantiating type '': Cannot access a disposed object. Object name: 'IServ…
-
```
1 Tomcat启动时候,任务定时器貌似没有启动成功
信息: Scheduler meta-data: Quartz Scheduler (v1.8.6) 'DefaultQuartzScheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - run…
-
日志如下:
`
[root@server home]# java -jar Tbed.jar
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/home/Tbed.jar!/BOOT-INF/lib/logback-classic-1.2.3.jar!/org…
vuens updated
5 years ago
-
Quartz version: 2.3.2
I'm not sure if this is a bug or not: I have a job that is is annotated with `@DisallowConcurrentExecution`, but during a particular scenario, I found that execution of that j…
-
````
org.quartz.jobStore.mongoUri=mongodb://testdb1:testdb1@192.168.106.241:31717/testdb?authSource=testdb
org.quartz.jobStore.dbName=testdb
````
From the log, looks like the program still also wa…