-
We recently noticed our application startup time jump from ~4.7s to ~6.0s. We initially traced the performance degration to our upgrade from v2.0.5 to v2.0.21. However, a further binary search ... t…
-
Tested on Friday Sept 29, 2017
0 9 1-7 * 1 1st Mondy of Every Month -> Sunday (1st of month)
0 9 1-7 * 1-5 1st WeekDay of Every Month -> Sunday (1st of month)
0 9 1-7 * 6-7 1st WeekEnd o…
-
```
2017-08-02 22:49:01,095 [job_log_aggregator] ERROR Failed to store a search log.
org.codelibs.fess.suggest.exception.SuggestIndexException: Failed to index from document
at org.codelibs.fess.s…
-
package com.test;
import com.cronutils.model.Cron;
import com.cronutils.model.definition.CronDefinition;
import com.cronutils.model.definition.CronDefinitionBuilder;
import c…
-
Release found: 6.0.1
The cron4j [documentation](http://www.sauronsoftware.it/projects/cron4j/manual.php#p02) states:
> Once the scheduler is started, a task will be launched when the five parts…
-
On version 6.0.2 the description and next execution of "* * * * 3" is correct. "* * */1 * 3" should be equivalent.. however it ignores the day of the week for Wednesday in this case.
```
public …
-
Release: 6.0.1
According to the [SchedulingPattern](http://www.sauronsoftware.it/projects/cron4j/api/it/sauronsoftware/cron4j/SchedulingPattern.html) in cron4j,
> The special value L can be use…
-
Build: 6.0.1
Attempting to parse a cron expression (using a CronParser defined with the cron4j definition) with the alias for Sunday ("sun") results in a IllegalArgumentException:
Test program:
`…
-
ウェブのクロールが途中で終了し、すべてインデックス収集されない時があります。
原因と対処方法がわかれば教えてもらえればと思います。
- fess-11.1.0
- 15000件ほどのWebページをクロール時、途中で終了する。
- 収集されたインデックスは1000件~5000件になっている。(毎回変わる)
- fess.logに、以下の記述あり。ウェブのクロール時の時間帯
…
-
In my project I have the following libraries on the classpath due to usage of Neo4j-Ogm and Liquigraph:
```
org.neo4j.driver:neo4j-java-driver:1.1.0
org.neo4j:neo4j-jdbc-bolt:3.0.1
org.neo4j:neo…