Partially enable job queue in production #2259
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I think that we have ~3 ways of testing the new job queue:
This PR implements 2). While 1) would allow us to test more things, it would require non-trivial changes to the collector, and it would also fill the job queue and the benchmark requests table with a lot of data that we would then have to get rid of. So 2) seemed like the easiest option for now.
The commented code is temporary, of course.
My goal is to see what kind of interesting situations we run into when we merge this PR and start a few try builds on rust-lang/rust#147039. It should also help us figure out the things that we should be logging in the cron job.