ncbo / ncbo_cron

Jobs that run on a regular basis in the NCBO infrastructure
Other
2 stars 6 forks source link

scheduled annotator dictionary file generation should be a configurable option instead of the default #69

Closed alexskr closed 1 year ago

alexskr commented 1 year ago

temporary fix for issue #45 changed the default behavior for annotator dictionary generation from running during the parsing of every submission to running as a cron job once a day. This fix addressed a problem with dictionary generation for OntoPortal deployments containing a large number of ontologies; however, it introduced a new challenge for regular OntoPortal deployments where dictionary file is not generated right away.

The default dictionary generation behavior should be reverted back to the original and cron scheduled dictionary generation should be configurable as an option.