-
-
Notifications
You must be signed in to change notification settings - Fork 236
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Existing jobs can not be deleted due to maximum string size in Jackson. #797
Comments
Caused by FasterXML/jackson-core#863. |
String limit has been increased in Jackson 2.15.1 from 5MB to 20MB. See FasterXML/jackson-core#1014 I think this makes a sensible value. Can you upgrade Jackson to 2.15.1? Or even better, update Spring Boot to v3.1.1. |
Sure we can change the spring boot version, the real issue is that the exception caused the server to crash over and over. |
I understand but don't think there is anything I can do. If it can't deserialize a job, something is really wrong. You have another idea? Or what would be your preferred approach? |
@rdehuyss the server couldn't get the job, it was sitting in the succeeded jobs and we ended up having to truncate the table to get it working again. I'm not sure what I would do in that situation. |
JobRunr Version
6.2.4
JDK Version
17
Your SQL / NoSQL database
Postgres 15.2
What happened?
log message was stuck in succeeded causing the server to keep crashing
How to reproduce?
Relevant log output
The text was updated successfully, but these errors were encountered: