Bug 1529948: Remove obsolete documetation about action tasks; r=Callek

Support for them was removed in Bug 1415868 (a891a10ca4d9).

Differential Revision: https://phabricator.services.mozilla.com/D20843

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Tom Prince 2019-02-22 18:05:04 +00:00
Родитель b7716b92e9
Коммит 53f4e55cf8
1 изменённых файлов: 3 добавлений и 7 удалений

Просмотреть файл

@ -24,13 +24,9 @@ At a very high level, the process looks like this:
Defining Action Tasks
---------------------
There are two options for defining actions: creating a callback action, or
creating a custom action task. A callback action automatically defines an
action task that will invoke a Python function of your devising.
A custom action task is an arbitrary task definition that will be created
directly. In cases where the callback would simply call ``queue.createTask``,
a custom action task can be more efficient.
There is one options for defining actions: creating a callback action.
A callback action automatically defines an action task that will invoke a
Python function of your devising.
Creating a Callback Action
--------------------------