[FOLIO-3365] enable module descriptor clean up Created: 13/Dec/21 Updated: 17/Jan/22 Resolved: 17/Jan/22 |
|
| Status: | Closed |
| Project: | FOLIO |
| Components: | None |
| Affects versions: | None |
| Fix versions: | None |
| Type: | Task | Priority: | P2 |
| Reporter: | Jakub Skoczen | Assignee: | John Malconian |
| Resolution: | Done | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original estimate: | Not Specified | ||
| Issue links: |
|
||||||||||||
| Sprint: | DevOps Sprint 130, DevOps Sprint 131, DevOps Sprint 129 | ||||||||||||
| Development Team: | FOLIO DevOps | ||||||||||||
| Description |
|
Clean up the registry and other Okapi instances as needed. See:
|
| Comments |
| Comment by John Malconian [ 17/Jan/22 ] |
|
module descriptor clean up is run from cron on the folio-registry instance once per week. The following is run. curl -s -H 'Accept: application/json' -H 'X-Okapi-Tenant: supertenant' -X POST "http://localhost:9130/_/proxy/cleanup/modules?saveReleases=2&saveSnapshots=1&removeDependencies=true" |