You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Each time the PbenchTemplates() is instantiated (for each Report() object in the cron jobs and once in the indexing code), the on-disk JSON templates are loaded and compared against the database.
We should change this so that there is a module method invoked at pbench-server start time which will perform that work once, update the database, and have the PbenchTemplates() object always pull the templates from the database.
The text was updated successfully, but these errors were encountered:
Each time the
PbenchTemplates()
is instantiated (for eachReport()
object in the cron jobs and once in the indexing code), the on-disk JSON templates are loaded and compared against the database.We should change this so that there is a module method invoked at pbench-server start time which will perform that work once, update the database, and have the
PbenchTemplates()
object always pull the templates from the database.The text was updated successfully, but these errors were encountered: