Bug #2630
Task #2624: It should be possible to have multiple books with same name
Bug #2628: Ensure 2624 in Dev & Prod
Ensure 2624 in Dev
100%
Description
If the book sitemap is not present during the overwrite on the dev environment then it should not fail & also don't do the sitemap operation.
Files
Updated by Venmuhilan B about 2 years ago
- Status changed from In Progress to Resolved
- % Done changed from 0 to 100
Updated by Ayush Khandelwal about 2 years ago
- Status changed from Resolved to Feedback
- Assignee changed from Venmuhilan B to Ayush Khandelwal
Updated by Ayush Khandelwal about 2 years ago
- Status changed from Feedback to Reopened
- Assignee changed from Ayush Khandelwal to Venmuhilan B
- % Done changed from 100 to 50
Not working for the: https://edutestdev-240612.appspot.com/admin/sitemap/createSiteMap
Updated by Venmuhilan B about 2 years ago
- Status changed from In Progress to Resolved
- % Done changed from 50 to 100
Added version to the sitemap filename( sitemap-{s}-{book}-{version}.xml ) for /createSiteMap API
Updated by Venmuhilan B about 2 years ago
Adding a version to the sitemap filename for /createSiteMap API is working as expected on QA.
But this exception- com.google.cloud.datastore.DatastoreException: The datastore operation timed out, or the data was temporarily unavailable. is occurred during the sitemap creation of Library reference(
sitemap-python-3-library-reference-prd.xml)
at ai.rapidken.edutest.globalconfig.dao.SitemapContentDao.getLurls(SitemapContentDao.java:84)
at ai.rapidken.edutest.globalconfig.service.SitemapService.getLUrls(SitemapService.java:57)
at ai.rapidken.edutest.globalconfig.service.SitemapService.createAndUploadSitemapFileForBook(SitemapService.java:174)
at ai.rapidken.edutest.globalconfig.controller.SitemapController.createSiteMap(SitemapController.java:78)
Updated by Venmuhilan B about 2 years ago
- Status changed from Resolved to Feedback
- Assignee changed from Venmuhilan B to Ayush Khandelwal
Updated by Ayush Khandelwal about 2 years ago
- Status changed from Feedback to Closed
Working as expected