--------------------
.. _added-63:
Added
~~~~~
- added ``scriptworker.task.claim_work`` to use the ``claimWork``
endpoint instead of polling.
.. _changed-53:
Changed
~~~~~~~
- changed ``worker.run_loop`` to use the new ``claim_work`` function.
In theory this can handle multiple tasks serially, but in practice
should only get one at a time. In the future we can allow for
multiple tasks run in parallel in separate ``work_dir``\ s, if
desired.
- ``worker.run_loop`` now always sleeps the ``poll_interval``. We can
adjust this if desired.
.. _fixed-51:
Fixed
~~~~~
- tweaked docstrings to pass pydocstyle>=2.0
.. _removed-25:
Removed
~~~~~~~
- removed ``Context.poll_task_urls``
- removed ``scriptworker.poll`` completely
.. _section-108: