- Nov 09, 2015
-
-
Vermaat authored
Release 2.0.14
-
Vermaat authored
-
Vermaat authored
-
Vermaat authored
Made e-mail address optional in batch checker website interface.
-
Vermaat authored
-
Vermaat authored
This address is set with the new `BATCH_NOTIFICATION_EMAIL` config setting and defaults to the value of `EMAIL`.
-
Vermaat authored
-
- Nov 08, 2015
-
-
Jeroen F.J. Laros authored
-
- Nov 05, 2015
- Nov 04, 2015
- Nov 03, 2015
- Nov 02, 2015
-
-
Vermaat authored
-
Vermaat authored
This enables attachement of these handlers to elements that are added to the DOM later as opposed to being in the original source HTML.
-
Vermaat authored
Fix crash listing zero batch jobs in admin
-
Vermaat authored
-
Vermaat authored
Update OS requirement in install docs
-
Vermaat authored
-
Vermaat authored
Optional email for batch jobs from webservices
-
Vermaat authored
-
Vermaat authored
-
Vermaat authored
-
Vermaat authored
-
Vermaat authored
Fix default service locations
-
Vermaat authored
This should have been in #70
-
Vermaat authored
Process batch jobs grouped by email address
-
- Oct 30, 2015
-
-
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.
-