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
In MonitorJob, which is a quartz job implementation, we are retrieving system metadata to pass onto the Controller when calling processQualityRequest. This should no longer be necessary with quality checks/jobs accessing the system metadata and data objects directly through hashstore.
Remove the related variables to eliminate system metadata related dependencies.
The text was updated successfully, but these errors were encountered:
In
MonitorJob
, which is a quartz job implementation, we are retrieving system metadata to pass onto theController
when callingprocessQualityRequest
. This should no longer be necessary with quality checks/jobs accessing the system metadata and data objects directly throughhashstore
.Remove the related variables to eliminate system metadata related dependencies.
The text was updated successfully, but these errors were encountered: