Opened 5 years ago

Closed 4 years ago

#4261 closed defect (fixed)

need to update search index after bundle is submitted

Reported by: Greg Couch Owned by: Greg Couch
Priority: major Milestone: 1.3
Component: Tool Shed Version:
Keywords: Cc:
Blocked By: Blocking:
Notify when closed: Platform: all
Project: ChimeraX

Description

This could either be done via a daily cron job, or it could be done when a bundle is submitted. The problem with the latter is that we don't want to slow down the submission process, so the update should be done asynchronously. But there could be another submission (or more) while the index is being rebuilt, so there would need to be a way to tell that another update is needed.

Perhaps a hybrid solution where submitting a bundle would create a file to signal that the index needs updating and a cronjob would update the index if it saw that file.

Change History (1)

comment:1 by Greg Couch, 4 years ago

Resolution: fixed
Status: assignedclosed

Fixed with periodic script to update the index daily.

Note: See TracTickets for help on using tickets.