mirror of https://github.com/celery/celery.git
parent
8bfe805776
commit
588a555864
|
@ -13,5 +13,5 @@ jobs:
|
|||
HN_USERNAME: ${{ secrets.HN_USERNAME }}
|
||||
HN_PASSWORD: ${{ secrets.HN_PASSWORD }}
|
||||
HN_TITLE_FORMAT_SPECIFIER: Celery v%s Released!
|
||||
HN_URL_FORMAT_SPECIFIER: https://docs.celeryproject.org/en/v%s/changelog.html
|
||||
HN_URL_FORMAT_SPECIFIER: https://docs.celeryq.dev/en/v%s/changelog.html
|
||||
HN_TEST_MODE: true
|
||||
|
|
|
@ -1277,7 +1277,7 @@ Packages
|
|||
:CI: https://travis-ci.org/#!/celery/celery
|
||||
:Windows-CI: https://ci.appveyor.com/project/ask/celery
|
||||
:PyPI: :pypi:`celery`
|
||||
:docs: http://docs.celeryproject.org
|
||||
:docs: https://docs.celeryq.dev
|
||||
|
||||
``kombu``
|
||||
---------
|
||||
|
@ -1376,7 +1376,7 @@ Deprecated
|
|||
|
||||
:git: https://github.com/celery/django-celery
|
||||
:PyPI: :pypi:`django-celery`
|
||||
:docs: http://docs.celeryproject.org/en/latest/django
|
||||
:docs: https://docs.celeryq.dev/en/latest/django
|
||||
|
||||
- ``Flask-Celery``
|
||||
|
||||
|
@ -1487,11 +1487,11 @@ following:
|
|||
|
||||
.. _`mailing-list`: https://groups.google.com/group/celery-users
|
||||
|
||||
.. _`irc-channel`: http://docs.celeryproject.org/en/latest/getting-started/resources.html#irc
|
||||
.. _`irc-channel`: https://docs.celeryq.dev/en/latest/getting-started/resources.html#irc
|
||||
|
||||
.. _`internals-guide`: http://docs.celeryproject.org/en/latest/internals/guide.html
|
||||
.. _`internals-guide`: https://docs.celeryq.dev/en/latest/internals/guide.html
|
||||
|
||||
.. _`bundles`: http://docs.celeryproject.org/en/latest/getting-started/introduction.html#bundles
|
||||
.. _`bundles`: https://docs.celeryq.dev/en/latest/getting-started/introduction.html#bundles
|
||||
|
||||
.. _`report an issue`: http://docs.celeryproject.org/en/latest/contributing.html#reporting-bugs
|
||||
.. _`report an issue`: https://docs.celeryq.dev/en/latest/contributing.html#reporting-bugs
|
||||
|
||||
|
|
|
@ -289,3 +289,4 @@ kronion, 2021/08/26
|
|||
Gabor Boros, 2021/11/09
|
||||
Tizian Seehaus, 2022/02/09
|
||||
Oleh Romanovskyi, 2022/06/09
|
||||
JoonHwan Kim, 2022/08/01
|
||||
|
|
|
@ -461,7 +461,7 @@ Be sure to also read the `Contributing to Celery`_ section in the
|
|||
documentation.
|
||||
|
||||
.. _`Contributing to Celery`:
|
||||
http://docs.celeryproject.org/en/master/contributing.html
|
||||
https://docs.celeryq.dev/en/master/contributing.html
|
||||
|
||||
|oc-contributors|
|
||||
|
||||
|
|
|
@ -75,7 +75,7 @@ Did you remember to import the module containing this task?
|
|||
Or maybe you're using relative imports?
|
||||
|
||||
Please see
|
||||
http://docs.celeryq.dev/en/latest/internals/protocol.html
|
||||
https://docs.celeryq.dev/en/latest/internals/protocol.html
|
||||
for more information.
|
||||
|
||||
The full contents of the message body was:
|
||||
|
@ -95,7 +95,7 @@ The message has been ignored and discarded.
|
|||
|
||||
Please ensure your message conforms to the task
|
||||
message protocol as described here:
|
||||
http://docs.celeryq.dev/en/latest/internals/protocol.html
|
||||
https://docs.celeryq.dev/en/latest/internals/protocol.html
|
||||
|
||||
The full contents of the message body was:
|
||||
%s
|
||||
|
|
|
@ -5,7 +5,7 @@ globals().update(conf.build_config(
|
|||
project='Celery',
|
||||
version_dev='6.0',
|
||||
version_stable='5.0',
|
||||
canonical_url='http://docs.celeryproject.org',
|
||||
canonical_url='https://docs.celeryq.dev',
|
||||
webdomain='celeryproject.org',
|
||||
github_project='celery/celery',
|
||||
author='Ask Solem & contributors',
|
||||
|
|
|
@ -332,7 +332,7 @@ Documentation
|
|||
|
||||
* New homepage design by Jan Henrik Helmers: http://celeryproject.org
|
||||
|
||||
* New Sphinx theme by Armin Ronacher: http://docs.celeryproject.org/
|
||||
* New Sphinx theme by Armin Ronacher: https://docs.celeryq.dev/
|
||||
|
||||
* Fixed "pending_xref" errors shown in the HTML rendering of the
|
||||
documentation. Apparently this was caused by new changes in Sphinx 1.0b2.
|
||||
|
|
|
@ -138,7 +138,7 @@ News
|
|||
----
|
||||
|
||||
* Our documentation is now hosted by Read The Docs
|
||||
(http://docs.celeryproject.org), and all links have been changed to point to
|
||||
(https://docs.celeryq.dev), and all links have been changed to point to
|
||||
the new URL.
|
||||
|
||||
* Logging: Now supports log rotation using external tools like `logrotate.d`_
|
||||
|
|
|
@ -822,7 +822,7 @@ If you're looking for versions prior to 3.0.x you should go to :ref:`history`.
|
|||
|
||||
- Development documentation has moved to Read The Docs.
|
||||
|
||||
The new URL is: http://docs.celeryproject.org/en/master
|
||||
The new URL is: https://docs.celeryq.dev/en/master
|
||||
|
||||
- New :setting:`CELERY_QUEUE_HA_POLICY` setting used to set the default
|
||||
HA policy for queues when using RabbitMQ.
|
||||
|
|
|
@ -53,7 +53,7 @@ new in Celery 3.1.
|
|||
messages from clients/workers running 4.0.
|
||||
|
||||
.. _`new task message protocol`:
|
||||
http://docs.celeryproject.org/en/master/internals/protocol.html#version-2
|
||||
https://docs.celeryq.dev/en/master/internals/protocol.html#version-2
|
||||
|
||||
- ``Task.send_events`` can now be set to disable sending of events
|
||||
for that task only.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
:Version: 5.3.0a1 (dawn-chorus)
|
||||
:Web: https://docs.celeryproject.org/en/stable/index.html
|
||||
:Web: https://docs.celeryq.dev/en/stable/index.html
|
||||
:Download: https://pypi.org/project/celery/
|
||||
:Source: https://github.com/celery/celery/
|
||||
:Keywords: task, queue, job, async, rabbitmq, amqp, redis,
|
||||
|
@ -80,10 +80,10 @@ getting started tutorials:
|
|||
A more complete overview, showing more features.
|
||||
|
||||
.. _`First steps with Celery`:
|
||||
http://docs.celeryproject.org/en/latest/getting-started/first-steps-with-celery.html
|
||||
https://docs.celeryq.dev/en/latest/getting-started/first-steps-with-celery.html
|
||||
|
||||
.. _`Next steps`:
|
||||
http://docs.celeryproject.org/en/latest/getting-started/next-steps.html
|
||||
https://docs.celeryq.dev/en/latest/getting-started/next-steps.html
|
||||
|
||||
Celery is…
|
||||
=============
|
||||
|
@ -198,4 +198,4 @@ Documentation
|
|||
The `latest documentation`_ is hosted at Read The Docs, containing user guides,
|
||||
tutorials, and an API reference.
|
||||
|
||||
.. _`latest documentation`: http://docs.celeryproject.org/en/latest/
|
||||
.. _`latest documentation`: https://docs.celeryq.dev/en/latest/
|
||||
|
|
|
@ -53,7 +53,7 @@ Be sure to also read the `Contributing to Celery`_ section in the
|
|||
documentation.
|
||||
|
||||
.. _`Contributing to Celery`:
|
||||
http://docs.celeryproject.org/en/master/contributing.html
|
||||
https://docs.celeryq.dev/en/master/contributing.html
|
||||
|
||||
.. _license:
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.. image:: http://docs.celeryproject.org/en/latest/_images/celery-banner-small.png
|
||||
.. image:: https://docs.celeryq.dev/en/latest/_images/celery-banner-small.png
|
||||
|
||||
|build-status| |license| |wheel| |pyversion| |pyimp|
|
||||
|
||||
|
|
|
@ -47,7 +47,7 @@ Say we had a task like this:
|
|||
raise self.retry(exc=exc)
|
||||
|
||||
|
||||
``Note``: A task being `bound <http://docs.celeryproject.org/en/latest/userguide/tasks.html#bound-tasks>`_ means the first
|
||||
``Note``: A task being `bound <https://docs.celeryq.dev/en/latest/userguide/tasks.html#bound-tasks>`_ means the first
|
||||
argument to the task will always be the task instance (self). which means you do get a self argument as the
|
||||
first argument and can use the Task class methods and attributes.
|
||||
|
||||
|
|
|
@ -33,7 +33,7 @@ Installing requirements
|
|||
The settings file assumes that ``rabbitmq-server`` is running on ``localhost``
|
||||
using the default ports. More information here:
|
||||
|
||||
http://docs.celeryproject.org/en/latest/getting-started/brokers/rabbitmq.html
|
||||
https://docs.celeryq.dev/en/latest/getting-started/brokers/rabbitmq.html
|
||||
|
||||
In addition, some Python requirements must also be satisfied:
|
||||
|
||||
|
|
|
@ -53,7 +53,7 @@ def setup_periodic_tasks(sender, **kwargs):
|
|||
sender.add_periodic_task(10.0, say.s('hello'), name='add every 10')
|
||||
|
||||
# See periodic tasks user guide for more examples:
|
||||
# http://docs.celeryproject.org/en/latest/userguide/periodic-tasks.html
|
||||
# https://docs.celeryq.dev/en/latest/userguide/periodic-tasks.html
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
# :Usage: /etc/init.d/celerybeat {start|stop|force-reload|restart|try-restart|status}
|
||||
# :Configuration file: /etc/default/celerybeat or /etc/default/celeryd
|
||||
#
|
||||
# See http://docs.celeryproject.org/en/latest/userguide/daemonizing.html#generic-init-scripts
|
||||
# See https://docs.celeryq.dev/en/latest/userguide/daemonizing.html#generic-init-scripts
|
||||
|
||||
### BEGIN INIT INFO
|
||||
# Provides: celerybeat
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
# :Usage: /etc/init.d/celeryd {start|stop|force-reload|restart|try-restart|status}
|
||||
# :Configuration file: /etc/default/celeryd (or /usr/local/etc/celeryd on BSD)
|
||||
#
|
||||
# See http://docs.celeryproject.org/en/latest/userguide/daemonizing.html#generic-init-scripts
|
||||
# See https://docs.celeryq.dev/en/latest/userguide/daemonizing.html#generic-init-scripts
|
||||
|
||||
|
||||
### BEGIN INIT INFO
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
REFBASE = 'http://docs.celeryproject.org/en/latest'
|
||||
REFBASE = 'https://docs.celeryq.dev/en/latest'
|
||||
REFS = {
|
||||
'mailing-list':
|
||||
'https://groups.google.com/group/celery-users',
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# See
|
||||
# http://docs.celeryproject.org/en/latest/userguide/daemonizing.html#usage-systemd
|
||||
# https://docs.celeryq.dev/en/latest/userguide/daemonizing.html#usage-systemd
|
||||
|
||||
CELERY_APP="proj"
|
||||
CELERYD_NODES="worker"
|
||||
|
|
Loading…
Reference in New Issue