书栈网 · BookStack 本次搜索耗时 0.020 秒,为您找到 607 个相关结果.
  • celery

    1709 2018-03-03 《Python 之旅》
    Celery 异步任务 快速入门 创建 Celery 实例 启动 Celery Worker 调用任务 使用配置 delay 和 apply_async 定时任务 参考资料 Celery 在程序的运行过程中,我们经常会碰到一些耗时耗资源的操作,为了避免它们阻塞主程序的运行,我们经常会采用多线程或异步任务。比如,在 Web 开发中,对...
  • celery.bin.celery

    celery.bin.celery celery.bin.celery The celery umbrella command. class celery.bin.celery.CeleryCommand(app=None, get_app=None, no_color=False, stdout=None, stderr=None, quiet...
  • Configure Celery

    How to configure Celery¶ Request Celery for your project¶ Configure Celery in Cloud projects¶ Configure Celery for the local server¶ Set up Docker services¶ RabbitMB¶ Celery wor...
  • Celery 初步

    Celery 初步 选择中间人 RabbitMQ Redis 使用数据库 其他中间人 安装 Celery 应用 运行 Celery 职程服务器 调用任务 保存结果 配置 何去何从 故障处理 职程无法启动:权限错误 结果后端没有奏效或任务总处于 PENDING (待处理)状态 Celery 初步 Celery 是一个“自带...
  • Celery 简介

    Celery 简介 何为任务队列? 我需要什么? 上手 Celery 是… 特性 框架集成 快速跳转 安装 捆绑 序列化 并发 传输和后端 从源码安装 使用开发版本 pip 途径 Git 途径 Celery 简介 何为任务队列? 我需要什么? 上手 Celery 是… 特性 框架集成 快速跳转 安装 ...
  • celery._state

    celery._state celery._state celery._state celery._state celery._state This is an internal module containing thread state like the current_app, and current_task. This mo...
  • celery.platforms

    celery.platforms celery.platforms celery.platforms celery.platforms celery.platforms Utilities dealing with platform specifics: signals, daemonization, users, groups, an...
  • celery.exceptions

    celery.exceptions celery.exceptions celery.exceptions celery.exceptions celery.exceptions This module contains all exceptions used by the Celery API. exception celery.e...
  • celery.beat

    celery.beat celery.beat celery.beat celery.beat celery.beat The periodic task scheduler. exception celery.beat.SchedulingError[源代码] An error occured while scheduling ...
  • celery.events

    celery.events celery.events celery.events celery.events celery.events Events is a stream of messages sent for certain actions occurring in the worker (and clients if CEL...