-
Notifications
You must be signed in to change notification settings - Fork 447
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
Thank Reviewer action crashes on main #10388
Comments
@ewhanson, I think this is related to your recent work on ORCiD? |
@asmecher, I'll have a look! |
I did a bit of digging and it appears that including the submission in the job while it's being serialized is what's causing the issue. My best guess is that the publications are a |
I did some more digging and it is, indeed |
So it seems the Laravel solution is to use the |
In general, I would recommend that we try not to duplicate data by serializing model details with jobs. We should store IDs and include some sanity checks when the job/invitation starts processing to handle some basic cases where the database has changed in the meantime (e.g. submission deleted). |
Sounds good. I'll get this and any other ORCID jobs updated. |
@asmecher, could you have a look at this? Thanks! PRs:
|
Describe the bug
After the review is confirmed, its possible to thank to reviewer. This action is now resulting in 500
To Reproduce
Steps to reproduce the behavior:
What application are you using?
OJS, OMP or OPS version 3.5
The text was updated successfully, but these errors were encountered: