-
-
Couldn't load subscription status.
- Fork 4.6k
fix(dav): add repair step to queue job to update rooms and resources #52708
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
Conversation
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
|
/backport to stable30 |
|
/backport to stable31 |
|
/backport to stable29 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I thought the info.xml entries take care of this already.
<job>OCA\DAV\BackgroundJob\UpdateCalendarResourcesRoomsBackgroundJob</job>
If not, could this be a server problem worth generalizing? As in, requeue any info.xml-registered job if it no longer exists.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approval despite #52708 (review) because this is acceptable as a quickfix
In general this should be done for any of these jobs
I agree. I'll add this to my list to investigate. |
Summary
Add a repair step to re-queue the job to update rooms and resources in case it gets lost.
Checklist