Celery 4.4.1 DocumentationThis document describes the current stable version of Celery (4.4). For development docs, go here. ## Celery - Distributed Task Queue Celery is a simple, flexible, and reliable distributed system to while also supporting task scheduling. Celery has a large and diverse community of users and contributors, you should come join us on IRC or our mailing-list. Celery is Open Source and licensed under the using Celery to create a commercial product, please consider becoming our backer [https://opencollective.com/celery#backer] or our sponsor [https://opencollective.com/celery#sponsor] to ensure Celery’s future0 码力 | 1188 页 | 1.42 MB | 2 年前3
Celery 4.4.1 Documentation Celery Documentation Release 4.4.1 Ask Solem contributors Mar 02, 2020 Powered by TCPDF (www.tcpdf.org) ## Contents 3 Contents 7 4 Indices and tables 733 Bibliography 735 Python Module Index 737 Index 739 Celery is a simple, flexible, and reliable distributed system to process vast amounts of messages, while while also supporting task scheduling. Celery has a large and diverse community of users and contributors, you should come join us on IRC or our mailing-list. Celery is Open Source and licensed under the0 码力 | 797 页 | 2.85 MB | 2 年前3
The Weblate Manual 4.4.1org/engage/weblate/] cii best practices passing [https://bestpractices.coreinfrastructure.org/projects/552] pypi v4.4.1 [https://pypi.org/project/Weblate/] docs passing [https://docs.weblate.org/] license GPL-3.0 schemas • Releasing Weblate • About Weblate ## • License ## Change history • Weblate 4.4.1 • Weblate 4.4 • Weblate 4.3.2 • Weblate 4.3.1 • Weblate 4.3 • Weblate 4.2.2 • Weblate 4.2 /api/screenshots/(int: id)/ Delete screenshot. Parameters: • id (int) – Screenshot ID ## Addons New in version 4.4.1. ## GET /api/addons/ Returns a list of addons. See also Addon object attributes are documented0 码力 | 703 页 | 9.34 MB | 2 年前3
The Weblate Manual 4.4.1[Image](/uploads/documents/9/0/9/7/9097d32c6ec1518c96a8211be199b192/p1_1.jpg) The Weblate Manual Release 4.4.1 Michal Čihar Jan 13, 2021 1 User docs 1 1.1 Weblate basics 1 1.2 Registration and user profile Releasing Weblate 364 3.12 About Weblate 365 3.13 License 366 4 Change History 367 4.1 Weblate 4.4.1 367 4.2 Weblate 4.4 367 4.3 Weblate 4.3.2 368 4.4 Weblate 4.3.1 368 4.5 Weblate 4.3 369 Glossaries tab of each project page, you can edit existing glossaries. The Weblate Manual, Release 4.4.1  An empty glossary0 码力 | 422 页 | 3.63 MB | 2 年前3
Weblate 4.4.1 用户文档[Image](/uploads/documents/b/9/d/2/b9d239ed8141393369fa9558cd7a7d1a/p1_1.jpg) The Weblate Manual 发布 4.4.1 Michal Čihar 2021年01月13日 1 User docs 1 1.1 Weblate 基础知识 1 1.2 Registration and user profile Weblate …… 360 3.12 关于 Weblate …… 361 3.13 许可协议 …… 362 4 Change History 363 4.1 Weblate 4.4.1 …… 363 4.2 Weblate 4.4 …… 364 4.3 Weblate 4.3.2 …… 364 4.4 Weblate 4.3.1 …… 365 4.5 Weblate the Glossaries tab of each project page, you can edit existing glossaries. The Weblate Manual, 发布 4.4.1  An empty glossary0 码力 | 418 页 | 4.44 MB | 2 年前3
Weblate 4.4.1 用户文档文件导入翻译记忆库 ## 配置 所有的设置存储在 settings.py 中,(如 Django 通常那样)。 注解 在更改这些设置的任何一部分后,需要重新启动 Weblate —— WSGI 和 Celery 两个过程。 在它作为 mod_wsgi 运行的情况下,需要重新启动 Apache,来重新加载配置。 参见 还要请查看 Django's documentation [https://docs 不进行每日更新。 "remote" 也是 False 只进行远程更新。 "full" 也是 True 更新远程,并合并工作副本。 ## 注解 这需要使用 Celery 的后台任务工作,并在重启后生效。 ## AVATAR URL PREFIX 构成头像 URL 的前缀为: ${AVATAR_URL_PREFIX}/avatar/${MAIL_HASH} "redis.connection.HiredisParser", # If you set password here, adjust CELERY_BROKER_URL as well "PASSWORD": None, "CONNECTION_POOL_KWARGS":0 码力 | 715 页 | 9.37 MB | 2 年前3
Celery 2.2 Documentation# Celery Documentation Release 2.2.10 Ask Solem Contributors February 04, 2014 Powered by TCPDF (www.tcpdf.org) 1 Getting Started 3 1.1 Introduction 3 1.2 Broker Installation 6 1.3 First steps steps with Celery 8 1.4 Resources 10 2 User Guide 13 2.1 Overview 13 2.2 Tasks 15 2.3 Executing Tasks 29 2.4 Workers Guide 33 2.5 Periodic Tasks 39 2.6 Sets of tasks, Subtasks and Calls Tutorials 103 7.1 Using Celery with Redis/Database as the messaging queue 103 7.2 Debugging Tasks Remotely (using pdb) 105 7.3 Tutorial: Creating a click counter using Kombu and celery 106 8 Frequently0 码力 | 314 页 | 1.26 MB | 2 年前3
Celery 2.0 Documentation# Celery Documentation Release 2.0.3 (stable) Ask Solem February 04, 2014 Powered by TCPDF (www.tcpdf.org) Contents: ### Release 2.0 Date February 04, 2014 ### 1.1 Introduction Version 2.0.3 Web http://pypi.python.org/pypi/celery/ Source http://github.com/ask/celery/ Keywords task queue, job queue, asynchronous, rabbitmq, amqp, redis, python, webhooks, queue, distributed Celery is an open source asynchronous asynchronously (in the background) or synchronously (wait until ready). Celery is already used in production to process millions of tasks a day. Celery is written in Python, but the protocol can be implemented in0 码力 | 165 页 | 492.43 KB | 2 年前3
Celery 4.0 DocumentationThis document describes the current stable version of Celery (4.0). For development docs, go here. ## Celery - Distributed Task Queue Celery is a simple, flexible, and reliable distributed system to while also supporting task scheduling. Celery has a large and diverse community of users and contributors, you should come join us on IRC or our mailing-list. Celery is Open Source and licensed under the you’re new to Celery you can get started by following the First Steps with Celery tutorial. • You can also check out the FAQ. ## Contents • Copyright • Getting Started Introduction to Celery. o Brokers0 码力 | 1042 页 | 1.37 MB | 2 年前3
Celery 3.1 DocumentationThis document describes the current stable version of Celery (3.1). For development docs, go here. ## Celery - Distributed Task Queue Celery is a simple, flexible and reliable distributed system to process while also supporting task scheduling. Celery has a large and diverse community of users and contributors, you should come join us on IRC or our mailing-list. Celery is Open Source and licensed under the are new to Celery you can get started by following the First Steps with Celery tutorial. • You can also check out the FAQ. ## Contents • Copyright • Getting Started Introduction to Celery. o Brokers0 码力 | 887 页 | 1.22 MB | 2 年前3
共 946 条
- 1
- 2
- 3
- 4
- 5
- 6
- 95













