Add parameter which disables returning data from update_job
ClosedPublic

Authored by jskladan on Apr 8 2015, 1:02 PM.

Details

Summary

As discussed in T456 and T452, we need to (as a short term workaround at least) be able to not return data from update_job, as it makes multiple selects on the Results table, which take too long. It is now ON by default, so the update_job() call returns just the status code and empty data.

Test Plan

Tested on a local setup

Diff Detail

Repository
rRSDB resultsdb
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
jskladan retitled this revision from to Add parameter which disables returning data from update_job.Apr 8 2015, 1:02 PM
jskladan updated this object.
jskladan edited the test plan for this revision. (Show Details)
jskladan added reviewers: tflink, kparal, mkrizek.
tflink accepted this revision.Apr 9 2015, 5:28 AM
This revision is now accepted and ready to land.Apr 9 2015, 5:28 AM
mkrizek accepted this revision.Apr 9 2015, 7:47 AM
Closed by commit rRSDB2367ad638102: Add parameter which disables returning data from update_job (authored by Josef Skladanka <jskladan@redhat.com>). · Explain WhyApr 9 2015, 12:57 PM
This revision was automatically updated to reflect the committed changes.