view MIT-Permissive-License.txt @ 8265:ecd3cf91b293

celery: drop config settings not supported in Celery 4 CELERY_SEND_TASK_ERROR_EMAILS has been removed, according to https://docs.celeryproject.org/en/3.0/whatsnew-4.0.html#features-removed-for-simplicity : "Tasks no longer sends error emails. This also removes support for app.mail_admins, and any functionality related to sending emails." The "ADMINS" prefix might be a left-over from the long removed celery.conf.ADMINS - last seen on https://docs.celeryproject.org/en/2.1-archived/reference/celery.conf.html#celery.conf.ADMINS . The "ROUTES" prefix might refer to "CELERY_ROUTES" ... but it doesn't take a simple string list anyway, so there is no point in treating it as a list value.
author Mads Kiilerich <mads@kiilerich.com>
date Thu, 20 Feb 2020 01:35:22 +0100
parents 08baa849c8a8
children
line wrap: on
line source

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.