jesque-web
jesque-web copied to clipboard
An implementation of resque-web in Java
There are many fail jobs when something wrong. After fix the problem, I cannot retry all jobs. The only approach currently is reset the queue, and enqueue all unfinish jobs...
2015-11-09 20:54:34.655:WARN::/jesque-web/failed org.apache.jasper.JasperException: /WEB-INF/jsp/failed.jsp(42,13) PWC6296: The function getClass must be used with a prefix when a default namespace is not specified at org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:62) at org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java:357) at org.apache.jasper.compiler.ErrorDispatcher.jspError(ErrorDispatcher.java:185) at org.apache.jasper.compiler.Validator$ValidateVisitor$1FVVisitor.visit(Validator.java:1574)
Bumps [redis.clients:jedis](https://github.com/redis/jedis) from 3.10.0 to 7.2.0. Release notes Sourced from redis.clients:jedis's releases. 7.2.0 Changes Jedis 7.2.0 introduces new client classes that simplify client creation while providing builder-based configuration for advanced...