 Celery 2.2 DocumentationCelery . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8 1.4 Resources . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 93 6 Community Resources 95 6.1 Resources . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . from here After this you should read the User Guide. Specifically Tasks and Executing Tasks. 1.4 Resources 10 Chapter 1. Getting Started Celery Documentation, Release 2.2.10 • Getting Help – Mailing0 码力 | 314 页 | 1.26 MB | 1 年前3 Celery 2.2 DocumentationCelery . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8 1.4 Resources . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 93 6 Community Resources 95 6.1 Resources . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . from here After this you should read the User Guide. Specifically Tasks and Executing Tasks. 1.4 Resources 10 Chapter 1. Getting Started Celery Documentation, Release 2.2.10 • Getting Help – Mailing0 码力 | 314 页 | 1.26 MB | 1 年前3
 Celery 1.0 DocumentationIntroduction Broker Installation First steps with Celery First steps with Django Periodic Tasks Resources User Guide Tasks Executing Tasks HTTP Callback Tasks (Webhooks) Routing Tasks Configuration and Cookbook Creating Tasks Running celeryd as a daemon Unit Testing Tutorials External tutorials and resources Using Celery with Redis/Database as the messaging queue. Tutorial: Creating a click counter using project to use Celery Running the celery worker server Defining and executing tasks Periodic Tasks Resources Getting Help Bug tracker Wiki Contributing License © Copyright 2009, Ask Solem. Created using0 码力 | 221 页 | 283.64 KB | 1 年前3 Celery 1.0 DocumentationIntroduction Broker Installation First steps with Celery First steps with Django Periodic Tasks Resources User Guide Tasks Executing Tasks HTTP Callback Tasks (Webhooks) Routing Tasks Configuration and Cookbook Creating Tasks Running celeryd as a daemon Unit Testing Tutorials External tutorials and resources Using Celery with Redis/Database as the messaging queue. Tutorial: Creating a click counter using project to use Celery Running the celery worker server Defining and executing tasks Periodic Tasks Resources Getting Help Bug tracker Wiki Contributing License © Copyright 2009, Ask Solem. Created using0 码力 | 221 页 | 283.64 KB | 1 年前3
 Celery 2.1 DocumentationCelery . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8 1.4 Resources . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 80 5 Community Resources 85 5.1 Resources . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . from here After this you should read the User Guide. Specifically Tasks and Executing Tasks. 1.4 Resources 10 Chapter 1. Getting Started Celery Documentation, Release 2.1.4 • Getting Help – Mailing list0 码力 | 285 页 | 1.19 MB | 1 年前3 Celery 2.1 DocumentationCelery . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8 1.4 Resources . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 80 5 Community Resources 85 5.1 Resources . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . from here After this you should read the User Guide. Specifically Tasks and Executing Tasks. 1.4 Resources 10 Chapter 1. Getting Started Celery Documentation, Release 2.1.4 • Getting Help – Mailing list0 码力 | 285 页 | 1.19 MB | 1 年前3
 Celery 2.3 Documentationfrom here After this you should read the User Guide. Specifically Tasks and Executing Tasks. 1.4 Resources • Getting Help – Mailing list – IRC • Bug tracker • Wiki • Contributing • License 1.4.1 Getting License. See the LICENSE file in the top distribution directory for the full license text. 1.4. Resources 11 Celery Documentation, Release 2.3.5 12 Chapter 1. Getting Started CHAPTER 2 User Guide Release same process, then it will keep state between requests. This can also be useful to keep cached resources: class DatabaseTask(Task): _db = None @property def db(self): if self._db = None: self._db = Database0 码力 | 334 页 | 1.25 MB | 1 年前3 Celery 2.3 Documentationfrom here After this you should read the User Guide. Specifically Tasks and Executing Tasks. 1.4 Resources • Getting Help – Mailing list – IRC • Bug tracker • Wiki • Contributing • License 1.4.1 Getting License. See the LICENSE file in the top distribution directory for the full license text. 1.4. Resources 11 Celery Documentation, Release 2.3.5 12 Chapter 1. Getting Started CHAPTER 2 User Guide Release same process, then it will keep state between requests. This can also be useful to keep cached resources: class DatabaseTask(Task): _db = None @property def db(self): if self._db = None: self._db = Database0 码力 | 334 页 | 1.25 MB | 1 年前3
 Celery v4.4.5 DocumentationCopyright Getting Started Introduction to Celery Brokers First Steps with Celery Next Steps Resources User Guide Application Tasks Calling Tasks Canvas: Designing Work-flows Workers Guide Daemonization Bootsteps Configuration and defaults Documenting Tasks with Sphinx Django Contributing Community Resources Tutorials Frequently Asked Questions Change history What’s new in Celery 4.4 (Cliffs) API Reference Tasks Canvas: Designing Work-flows Routing Remote Control Timezone Optimization What to do now? Resources Getting Help Bug tracker Wiki Contributing License This document describes the current stable0 码力 | 1215 页 | 1.44 MB | 1 年前3 Celery v4.4.5 DocumentationCopyright Getting Started Introduction to Celery Brokers First Steps with Celery Next Steps Resources User Guide Application Tasks Calling Tasks Canvas: Designing Work-flows Workers Guide Daemonization Bootsteps Configuration and defaults Documenting Tasks with Sphinx Django Contributing Community Resources Tutorials Frequently Asked Questions Change history What’s new in Celery 4.4 (Cliffs) API Reference Tasks Canvas: Designing Work-flows Routing Remote Control Timezone Optimization What to do now? Resources Getting Help Bug tracker Wiki Contributing License This document describes the current stable0 码力 | 1215 页 | 1.44 MB | 1 年前3
 Celery 4.4.3 DocumentationCopyright Getting Started Introduction to Celery Brokers First Steps with Celery Next Steps Resources User Guide Application Tasks Calling Tasks Canvas: Designing Work-flows Workers Guide Daemonization Bootsteps Configuration and defaults Documenting Tasks with Sphinx Django Contributing Community Resources Tutorials Frequently Asked Questions Change history What’s new in Celery 4.4 (Cliffs) API Reference Tasks Canvas: Designing Work-flows Routing Remote Control Timezone Optimization What to do now? Resources Getting Help Bug tracker Wiki Contributing License This document describes the current stable0 码力 | 1209 页 | 1.44 MB | 1 年前3 Celery 4.4.3 DocumentationCopyright Getting Started Introduction to Celery Brokers First Steps with Celery Next Steps Resources User Guide Application Tasks Calling Tasks Canvas: Designing Work-flows Workers Guide Daemonization Bootsteps Configuration and defaults Documenting Tasks with Sphinx Django Contributing Community Resources Tutorials Frequently Asked Questions Change history What’s new in Celery 4.4 (Cliffs) API Reference Tasks Canvas: Designing Work-flows Routing Remote Control Timezone Optimization What to do now? Resources Getting Help Bug tracker Wiki Contributing License This document describes the current stable0 码力 | 1209 页 | 1.44 MB | 1 年前3
 Celery v4.4.4 DocumentationCopyright Getting Started Introduction to Celery Brokers First Steps with Celery Next Steps Resources User Guide Application Tasks Calling Tasks Canvas: Designing Work-flows Workers Guide Daemonization Bootsteps Configuration and defaults Documenting Tasks with Sphinx Django Contributing Community Resources Tutorials Frequently Asked Questions Change history What’s new in Celery 4.4 (Cliffs) API Reference Tasks Canvas: Designing Work-flows Routing Remote Control Timezone Optimization What to do now? Resources Getting Help Bug tracker Wiki Contributing License This document describes the current stable0 码力 | 1215 页 | 1.44 MB | 1 年前3 Celery v4.4.4 DocumentationCopyright Getting Started Introduction to Celery Brokers First Steps with Celery Next Steps Resources User Guide Application Tasks Calling Tasks Canvas: Designing Work-flows Workers Guide Daemonization Bootsteps Configuration and defaults Documenting Tasks with Sphinx Django Contributing Community Resources Tutorials Frequently Asked Questions Change history What’s new in Celery 4.4 (Cliffs) API Reference Tasks Canvas: Designing Work-flows Routing Remote Control Timezone Optimization What to do now? Resources Getting Help Bug tracker Wiki Contributing License This document describes the current stable0 码力 | 1215 页 | 1.44 MB | 1 年前3
 Celery v4.4.6 DocumentationCopyright Getting Started Introduction to Celery Brokers First Steps with Celery Next Steps Resources User Guide Application Tasks Calling Tasks Canvas: Designing Work-flows Workers Guide Daemonization Bootsteps Configuration and defaults Documenting Tasks with Sphinx Django Contributing Community Resources Tutorials Frequently Asked Questions Change history What’s new in Celery 4.4 (Cliffs) API Reference Tasks Canvas: Designing Work-flows Routing Remote Control Timezone Optimization What to do now? Resources Getting Help Bug tracker Wiki Contributing License This document describes the current stable0 码力 | 1216 页 | 1.44 MB | 1 年前3 Celery v4.4.6 DocumentationCopyright Getting Started Introduction to Celery Brokers First Steps with Celery Next Steps Resources User Guide Application Tasks Calling Tasks Canvas: Designing Work-flows Workers Guide Daemonization Bootsteps Configuration and defaults Documenting Tasks with Sphinx Django Contributing Community Resources Tutorials Frequently Asked Questions Change history What’s new in Celery 4.4 (Cliffs) API Reference Tasks Canvas: Designing Work-flows Routing Remote Control Timezone Optimization What to do now? Resources Getting Help Bug tracker Wiki Contributing License This document describes the current stable0 码力 | 1216 页 | 1.44 MB | 1 年前3
 Celery v4.4.7 DocumentationCopyright Getting Started Introduction to Celery Brokers First Steps with Celery Next Steps Resources User Guide Application Tasks Calling Tasks Canvas: Designing Work-flows Workers Guide Daemonization Bootsteps Configuration and defaults Documenting Tasks with Sphinx Django Contributing Community Resources Tutorials Frequently Asked Questions Change history What’s new in Celery 4.4 (Cliffs) API Reference Tasks Canvas: Designing Work-flows Routing Remote Control Timezone Optimization What to do now? Resources Getting Help Bug tracker Wiki Contributing License This document describes the current stable0 码力 | 1219 页 | 1.44 MB | 1 年前3 Celery v4.4.7 DocumentationCopyright Getting Started Introduction to Celery Brokers First Steps with Celery Next Steps Resources User Guide Application Tasks Calling Tasks Canvas: Designing Work-flows Workers Guide Daemonization Bootsteps Configuration and defaults Documenting Tasks with Sphinx Django Contributing Community Resources Tutorials Frequently Asked Questions Change history What’s new in Celery 4.4 (Cliffs) API Reference Tasks Canvas: Designing Work-flows Routing Remote Control Timezone Optimization What to do now? Resources Getting Help Bug tracker Wiki Contributing License This document describes the current stable0 码力 | 1219 页 | 1.44 MB | 1 年前3
 Celery 2.4 DocumentationCelery . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13 1.4 Resources . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 116 6 Community Resources 119 i 6.1 Resources . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . from here After this you should read the User Guide. Specifically Tasks and Executing Tasks. 1.4 Resources • Getting Help – Mailing list – IRC • Bug tracker • Wiki • Contributing • License 1.4.1 Getting0 码力 | 395 页 | 1.54 MB | 1 年前3 Celery 2.4 DocumentationCelery . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13 1.4 Resources . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 116 6 Community Resources 119 i 6.1 Resources . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . from here After this you should read the User Guide. Specifically Tasks and Executing Tasks. 1.4 Resources • Getting Help – Mailing list – IRC • Bug tracker • Wiki • Contributing • License 1.4.1 Getting0 码力 | 395 页 | 1.54 MB | 1 年前3
共 51 条
- 1
- 2
- 3
- 4
- 5
- 6














