celery_examples:芹菜用法的一些例子

时间:2024-06-22 06:21:38
【文件属性】:

文件名称:celery_examples:芹菜用法的一些例子

文件大小:9KB

文件格式:ZIP

更新时间:2024-06-22 06:21:38

Python

Celery 使用小演示 非示例文件 celeryconfig.py - 我在所有示例中使用的 Celery 守护进程的默认配置 tasks.py - 我在所有示例中调用的 celery 任务 docker-compose.yml - 用于启动带有 redis 的容器,用作代理和结果存储。 例子 01-synchroonous-execution.py - 在一个 Celery worker 中执行一组阻塞 I/O 的任务 02-synchroonous-execution-multiple-workers.py - 与前面的例子相同,但有多个工人 03-async-execution-with-eventlet.py - 使用 celery 中启用的 eventlet 选项和非阻塞 I/O 执行一组任务 04-dynamic-rate-limit.py - 并行执行两个任务。 每个任务都


【文件预览】:
celery_examples-master
----.gitignore(807B)
----Dockerfile(262B)
----02-synchroonous-execution-multiple-workers.py(1KB)
----tasks.py(4KB)
----05-make-task-execution-celery-kill-tolerant.py(223B)
----celeryconfig.py(106B)
----docker-compose.yml(92B)
----01-synchroonous-execution.py(538B)
----03-async-execution-with-eventlet.py(3KB)
----README.md(2KB)
----04-dynamic-rate-limit.py(2KB)
----06-dynamic-rate-limit-using-chains.py(964B)

网友评论