flake8
failed.
JSHint
passed.
Review Request #10566 — Created May 28, 2019 and submitted
Evolver
now groups tasks by their type, and works with them in batches
based on the type. That means all tasks of a type will be
prepared/executed at once.It's now up to the task's class to handle the preparation and execution
of the tasks. This allows them to compute state before or after, and to
alter the state passed to each task.When executing tasks, each batch of tasks of a given type are, by
default, executed in a transaction specific to the batch. Subclasses can
change the logic as needed for transaction handling.
Unit tests pass on Django 1.7 and 1.11.
Summary | ID |
---|---|
b2bf13d354d975a6ef4065891db664751c605e34 |
Description | From | Last Updated |
---|---|---|
F811 redefinition of unused 'transaction' from line 8 |
reviewbot |
Removed an import.
Summary | ID | |
---|---|---|
aca0938928d5379351e0b378cab82fa94ad2e155 | ||
b2bf13d354d975a6ef4065891db664751c605e34 |
Revision 2 (+296 -78)