Skip to content
Snippets Groups Projects
Commit 3f57c5c9 authored by Vermaat's avatar Vermaat
Browse files

Fix comment

parent 5867693b
No related branches found
No related tags found
No related merge requests found
......@@ -371,10 +371,6 @@ Mutalyzer batch scheduler""" % download_url)
# Group batch jobs by email address and retrieve the oldest for
# each address. This improves fairness when certain users have
# many jobs.
# Note that batch jobs submitted via the webservices all have the
# same email address, so they are effectively throttled as if all
# from the same user. Adapting the webservices to also allow
# setting an email address is future work.
batch_jobs = BatchJob.query.filter(BatchJob.id.in_(
session.query(func.min(BatchJob.id)).group_by(BatchJob.email))
).all()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment