Closed GoogleCodeExporter closed 9 years ago
This fails only in unit test and local devserver when running "mvn install app
engine:devserver"
Ive tried this on a live server, and didn't happen. issue could be only on local
<plugin>
<groupId>com.google.appengine</groupId>
<artifactId>appengine-maven-plugin</artifactId>
<version>${appengine.target.version}</version>
<configuration>
<jvmFlags>
<jvmFlag>-Ddatastore.default_high_rep_job_policy_unapplied_job_pct=20</jvmFlag>
</jvmFlags>
</configuration>
</plugin>
Original comment by secret.t...@gmail.com
on 12 May 2014 at 7:49
looks like this is an GAE issue.
https://code.google.com/p/googleappengine/issues/detail?id=10943
Original comment by lu...@asteriski.com
on 19 May 2014 at 2:37
Thanks.
Original comment by lhori...@gmail.com
on 19 May 2014 at 2:40
Original issue reported on code.google.com by
lu...@asteriski.com
on 12 May 2014 at 7:02