Skip to content
Snippets Groups Projects
  1. Nov 09, 2015
  2. Nov 08, 2015
  3. Nov 05, 2015
  4. Nov 04, 2015
  5. Nov 03, 2015
  6. Nov 02, 2015
  7. Oct 30, 2015
    • Vermaat's avatar
      Process batch jobs grouped by email address · 7e0db497
      Vermaat authored
      We previously processed batch jobs round robin, i.e., one item
      for each job per round. This is fair from the job point of view,
      but not from the user point of view when one user has many jobs.
      
      We now process batch jobs one item for each user per round,
      where we pick the oldest job if a user has more than one. Users
      are defined by their email address.
      
      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.
      7e0db497
  8. Oct 29, 2015
  9. Oct 26, 2015
Loading