deprecated terms "master" and "worker" in favor of "primary" and "minion"
the deprecated terms still work, to preserve backward compatibility for customer with existing installations
Note: because we're using third-party software (celery) that uses the term worker, both as a terminology and in the names of API calls, I am not changing config options or other things that directly refer to that software. We need to be internally consistent, but my position is that we should remain consistent with third-party code as well, to avoid confusion.
Notable configuration changes:
Note: because we're using third-party software (celery) that uses the term worker, both as a terminology and in the names of API calls, I am not changing config options or other things that directly refer to that software. We need to be internally consistent, but my position is that we should remain consistent with third-party code as well, to avoid confusion.