summaryrefslogtreecommitdiff
path: root/releasenotes/notes/gearmanectomy-ecec32b3764eafc1.yaml
blob: f5aaa617bfc8e1a319e5f8ca5bf32e7834ec09bb (plain)
1
2
3
4
5
6
7
8
9
10
11
---
upgrade:
  - |
    Zuul no longer uses gearman.  It is no longer required to run a
    Gearman server, and the Zuul scheduler no longer does so.  All
    gearman-related settings in zuul.conf files are now ignored and
    may be removed.

    Commands such as `zuul enqueue` which were previously executed via
    Gearman may still be used by creating an authentication token and
    adding a `webclient` section to zuul.conf.