 Celery v5.0.1 Documentationsignature Signature object describing a task invocation current_app proxy to the current application instance current_task proxy to the currently executing task Celery application objects New in version store_feed(feedparser.parse(url)) Note App Binding: For custom apps the task decorator will return a proxy object, so that the act of creating the task is not performed until the task is used or the task registry here. Celery Application. Proxies Functions Proxies celery.app.default_app = Celery v5.0.1 Documentationsignature Signature object describing a task invocation current_app proxy to the current application instance current_task proxy to the currently executing task Celery application objects New in version store_feed(feedparser.parse(url)) Note App Binding: For custom apps the task decorator will return a proxy object, so that the act of creating the task is not performed until the task is used or the task registry here. Celery Application. Proxies Functions Proxies celery.app.default_app =- Proxy always returning the app set as default. Functions celery.app.app_or_default(app=None) Function 0 码力 | 2313 页 | 2.13 MB | 1 年前3
 Celery v5.0.2 Documentationsignature Signature object describing a task invocation current_app proxy to the current application instance current_task proxy to the currently executing task Celery application objects New in version store_feed(feedparser.parse(url)) Note App Binding: For custom apps the task decorator will return a proxy object, so that the act of creating the task is not performed until the task is used or the task registry here. Celery Application. Proxies Functions Proxies celery.app.default_app = Celery v5.0.2 Documentationsignature Signature object describing a task invocation current_app proxy to the current application instance current_task proxy to the currently executing task Celery application objects New in version store_feed(feedparser.parse(url)) Note App Binding: For custom apps the task decorator will return a proxy object, so that the act of creating the task is not performed until the task is used or the task registry here. Celery Application. Proxies Functions Proxies celery.app.default_app =- Proxy always returning the app set as default. Functions celery.app.app_or_default(app=None) Function 0 码力 | 2313 页 | 2.14 MB | 1 年前3
 Celery v5.0.0 Documentationsignature Signature object describing a task invocation current_app proxy to the current application instance current_task proxy to the currently executing task Celery application objects New in version store_feed(feedparser.parse(url)) Note App Binding: For custom apps the task decorator will return a proxy object, so that the act of creating the task is not performed until the task is used or the task registry here. Celery Application. Proxies Functions Proxies celery.app.default_app = Celery v5.0.0 Documentationsignature Signature object describing a task invocation current_app proxy to the current application instance current_task proxy to the currently executing task Celery application objects New in version store_feed(feedparser.parse(url)) Note App Binding: For custom apps the task decorator will return a proxy object, so that the act of creating the task is not performed until the task is used or the task registry here. Celery Application. Proxies Functions Proxies celery.app.default_app =- Proxy always returning the app set as default. Functions celery.app.app_or_default(app=None) Function 0 码力 | 2309 页 | 2.13 MB | 1 年前3
 Celery v5.0.5 Documentationsignature Signature object describing a task invocation current_app proxy to the current application instance current_task proxy to the currently executing task Celery application objects New in version store_feed(feedparser.parse(url)) Note App Binding: For custom apps the task decorator will return a proxy object, so that the act of creating the task is not performed until the task is used or the task registry here. Celery Application. Proxies Functions Proxies celery.app.default_app = Celery v5.0.5 Documentationsignature Signature object describing a task invocation current_app proxy to the current application instance current_task proxy to the currently executing task Celery application objects New in version store_feed(feedparser.parse(url)) Note App Binding: For custom apps the task decorator will return a proxy object, so that the act of creating the task is not performed until the task is used or the task registry here. Celery Application. Proxies Functions Proxies celery.app.default_app =- Proxy always returning the app set as default. Functions celery.app.app_or_default(app=None) Function 0 码力 | 2315 页 | 2.14 MB | 1 年前3
 Celery 3.0 Documentationsignature Signature object describing a task invocation current_app proxy to the current application instance current_task proxy to the currently executing task Celery application objects New in version store_feed(feedparser.parse(url)) Note App Binding: For custom apps the task decorator will return a proxy object, so that the act of creating the task is not performed until the task is used or the task registry install_platform_tweaks(worker)[source] Install platform specific tweaks and workarounds. macOS_proxy_detection_workaround()[source] See https://github.com/celery/celery/issues#issue/161. on_after_init(purge=False0 码力 | 2110 页 | 2.23 MB | 1 年前3 Celery 3.0 Documentationsignature Signature object describing a task invocation current_app proxy to the current application instance current_task proxy to the currently executing task Celery application objects New in version store_feed(feedparser.parse(url)) Note App Binding: For custom apps the task decorator will return a proxy object, so that the act of creating the task is not performed until the task is used or the task registry install_platform_tweaks(worker)[source] Install platform specific tweaks and workarounds. macOS_proxy_detection_workaround()[source] See https://github.com/celery/celery/issues#issue/161. on_after_init(purge=False0 码力 | 2110 页 | 2.23 MB | 1 年前3
 Celery v4.0.0 Documentationsignature Signature object describing a task invocation current_app proxy to the current application instance current_task proxy to the currently executing task Celery application objects New in version store_feed(feedparser.parse(url)) Note App Binding: For custom apps the task decorator will return a proxy object, so that the act of creating the task is not performed until the task is used or the task registry install_platform_tweaks(worker)[source] Install platform specific tweaks and workarounds. macOS_proxy_detection_workaround()[source] See https://github.com/celery/celery/issues#issue/161. on_after_init(purge=False0 码力 | 2106 页 | 2.23 MB | 1 年前3 Celery v4.0.0 Documentationsignature Signature object describing a task invocation current_app proxy to the current application instance current_task proxy to the currently executing task Celery application objects New in version store_feed(feedparser.parse(url)) Note App Binding: For custom apps the task decorator will return a proxy object, so that the act of creating the task is not performed until the task is used or the task registry install_platform_tweaks(worker)[source] Install platform specific tweaks and workarounds. macOS_proxy_detection_workaround()[source] See https://github.com/celery/celery/issues#issue/161. on_after_init(purge=False0 码力 | 2106 页 | 2.23 MB | 1 年前3
 Celery 3.1 Documentationit’s the first node in the list). • Signals: The sender argument to Signal.connect can now be a proxy object, which means that it can be used with the task decorator (Issue #1873). • Task: A regression (MyAnnotate(), {...}) current provides the currently executing task The new celery.task.current proxy will always give the currently executing task. Example: from celery.task import current, task @task for groups signature object describing a task invocation current_app proxy to the current application instance current_task proxy to the currently executing task Celery application objects New in version0 码力 | 607 页 | 2.27 MB | 1 年前3 Celery 3.1 Documentationit’s the first node in the list). • Signals: The sender argument to Signal.connect can now be a proxy object, which means that it can be used with the task decorator (Issue #1873). • Task: A regression (MyAnnotate(), {...}) current provides the currently executing task The new celery.task.current proxy will always give the currently executing task. Example: from celery.task import current, task @task for groups signature object describing a task invocation current_app proxy to the current application instance current_task proxy to the currently executing task Celery application objects New in version0 码力 | 607 页 | 2.27 MB | 1 年前3
 Celery 3.1 Documentation(as it’s the first node in the list). Signals: The sender argument to Signal.connect can now be a proxy object, which means that it can be used with the task decorator (Issue #1873 [https://github.com = (MyAnnotate(), {…}) current provides the currently executing task The new celery.task.current proxy will always give the currently executing task. Example: from celery.task import current, task @task for groups signature object describing a task invocation current_app proxy to the current application instance current_task proxy to the currently executing task Celery application objects New in version0 码力 | 887 页 | 1.22 MB | 1 年前3 Celery 3.1 Documentation(as it’s the first node in the list). Signals: The sender argument to Signal.connect can now be a proxy object, which means that it can be used with the task decorator (Issue #1873 [https://github.com = (MyAnnotate(), {…}) current provides the currently executing task The new celery.task.current proxy will always give the currently executing task. Example: from celery.task import current, task @task for groups signature object describing a task invocation current_app proxy to the current application instance current_task proxy to the currently executing task Celery application objects New in version0 码力 | 887 页 | 1.22 MB | 1 年前3
 Celery v4.4.5 Documentationsignature Signature object describing a task invocation current_app proxy to the current application instance current_task proxy to the currently executing task Celery application objects New in version store_feed(feedparser.parse(url)) Note Parameters: App Binding: For custom apps the task decorator will return a proxy object, so that the act of creating the task is not performed until the task is used or the task registry here. Celery Application. Proxies Functions Proxies celery.app.default_app = Celery v4.4.5 Documentationsignature Signature object describing a task invocation current_app proxy to the current application instance current_task proxy to the currently executing task Celery application objects New in version store_feed(feedparser.parse(url)) Note Parameters: App Binding: For custom apps the task decorator will return a proxy object, so that the act of creating the task is not performed until the task is used or the task registry here. Celery Application. Proxies Functions Proxies celery.app.default_app =- Proxy always returning the app set as default. Functions celery.app.app_or_default(app=None) Function 0 码力 | 1215 页 | 1.44 MB | 1 年前3
 Celery 4.4.0 Documentationsignature Signature object describing a task invocation current_app proxy to the current application instance current_task proxy to the currently executing task Celery application objects New in version store_feed(feedparser.parse(url)) Note App Binding: For custom apps the task decorator will return a proxy object, so that the act of creating the task is not performed until the task is used or the task registry here. Celery Application. Proxies Functions Proxies celery.app.default_app = Celery 4.4.0 Documentationsignature Signature object describing a task invocation current_app proxy to the current application instance current_task proxy to the currently executing task Celery application objects New in version store_feed(feedparser.parse(url)) Note App Binding: For custom apps the task decorator will return a proxy object, so that the act of creating the task is not performed until the task is used or the task registry here. Celery Application. Proxies Functions Proxies celery.app.default_app =- Proxy always returning the app set as default. Functions celery.app.app_or_default(app=None) Function 0 码力 | 1185 页 | 1.42 MB | 1 年前3
共 49 条
- 1
- 2
- 3
- 4
- 5














