django-uwsgi-taskmanager:Django应用程序通过uWSGI监视和管理长时间的和_或重复的任务

时间:2024-05-20 09:54:49
【文件属性】:

文件名称:django-uwsgi-taskmanager:Django应用程序通过uWSGI监视和管理长时间的和_或重复的任务

文件大小:5.63MB

文件格式:ZIP

更新时间:2024-05-20 09:54:49

python django uwsgi JavaScript

Django uWSGI Taskmanager Django应用程序使用uWSGI假脱机程序通过管理界面管理异步任务。 请参阅文档 特征 通过管理员启动和停止任务 安排任务 将任务计划为Cron项目 检查或下载生成的报告/日志 只需编写一个标准的Django Command类(您的应用无需与Django uWSGI Taskmanager进行交互) 任务失败时通过Slack或电子邮件获取通知 安装 使用pip安装应用程序: 通过PyPI: pip install django-uwsgi-taskmanager 或通过GitHub: pip install git+https://github.com/openpolis/django-uwsgi-taskmanager.git 将“ taskmanager”添加到您的INSTALLED_APPS设置中,如下所示: IN


【文件预览】:
django-uwsgi-taskmanager-master
----setup.py(3KB)
----.gitignore(2KB)
----Makefile(1KB)
----.readthedocs.yml(527B)
----pyproject.toml(128B)
----LICENSE.md(33KB)
----MANIFEST.in(94B)
----.pre-commit-config.yaml(377B)
----AUTHORS.md(270B)
----CHANGELOG.md(6KB)
----setup.cfg(946B)
----.github()
--------workflows()
----taskmanager()
--------compat.py(407B)
--------uwsgidecorators_wrapper.py(2KB)
--------templates()
--------tasks.py(5KB)
--------urls.py(602B)
--------__init__.py(283B)
--------views.py(3KB)
--------static()
--------models.py(15KB)
--------utils.py(1KB)
--------apps.py(1KB)
--------admin.py(16KB)
--------logging.py(1KB)
--------migrations()
--------locale()
--------notifications.py(6KB)
--------management()
--------settings.py(2KB)
----README.md(6KB)
----demo()
--------media()
--------spooler()
--------uwsgi.ini(255B)
--------static()
--------demo()
--------manage.py(654B)
----tests()
--------test_commands.py(1KB)
--------__init__.py(25B)
--------test_models.py(6KB)
--------test_utils.py(2KB)
--------test_task_manager.py(866B)
----docs()
--------Makefile(706B)
--------index.rst(1KB)
--------conf.py(4KB)
--------_static()
--------make.bat(760B)
--------discussions.rst(2KB)
--------reference.rst(969B)
--------getstarted.rst(5KB)
--------howtos()
----.editorconfig(623B)

网友评论