The Wayback Machine - https://web.archive.org/web/20200705171139/https://github.com/topics/celery
Skip to content
#

celery

Here are 939 public repositories matching this topic...

rongxr
rongxr commented Sep 27, 2019

1、安装环境,请务必确认docker和docker-compose已经安装好了
[root@localhost]# cat /etc/redhat-release
CentOS Linux release 7.6.1810 (Core)
[root@localhost]# docker --version
Docker version 19.03.1, build 74b1e89
[root@localhost]# docker-compose -version
docker-compose version 1.24.0, build 0aa59064

2、下载opsmanage的zip包
https://github.com/welliamcao/OpsManage

3、把zip包上传到linux系统任何目录,例如:/data/pkg。

4、编辑aut

lincvv
lincvv commented Mar 20, 2020

celery-beat_1 | File "/usr/local/lib/python3.8/site-packages/djcelery/schedulers.py", line 169, in setup_schedule
celery-beat_1 | self.install_default_entries(self.schedule)
celery-beat_1 | File "/usr/local/lib/python3.8/site-packages/djcelery/schedulers.py", line 263, in schedule
celery-beat_1 | self.sync()
celery-beat_1 | File "/usr/local/lib/python3.8/site-packages/djce

dezmaeth
dezmaeth commented Apr 22, 2020

Summary:

No module named 'celery.utils.time'

  • Celery Version: 3.3.1
  • Celery-Beat Version: 2.0.0

Exact steps to reproduce the issue:

  1. create virtualenv , pip install following packages
django==3.0.5
six==1.13.0
celery==3.1.25
django-celery>=3.3.1
django-celery-beat==2.0.0
  1. start django with manage command

Detailed information

 File "/home/maeth/
SergeiFranco
SergeiFranco commented Jan 30, 2020

I am trying to figure out how to setup a basic minimum sink connector with Apache2 so it makes jasmin happy.

So the idea is to have a page that replies correctly to the jasmin MO messages submitted to it and ultimately throwing the messages away.

The reasons behind having dummy (/dev/null) connector is because the MO messages are not routed unless there is at least one destination, even thou

基于centos6+python3.6+django2+ansible2.4+celery4.2 运维管理系统,目前实现功能:用户和用户组管理、资产管理、集成ansible2.4、简易堡垒机(主机分配支持rdp以及vnc、用户分配、文件上传下载、配置禁用命令清单、操作录像回放功能)、CI/CD(支持git仓库和svn仓库)、数据库管理(一部分)、celery任务编排、知识库及文件共享
  • Updated Jun 5, 2020
  • Python
vsemionov
vsemionov commented Jul 29, 2019

Overview

CeleryEmailBackend ignores the fail_silently option when enqueuing messages in send_messages(). When the Celery message broker is down and DEBUG is False, this causes huge delays in requests where a server error occurs. This allows a DoS attack.

Steps to reproduce:

  1. Ensure Celery is configured to retry failed publishing of tasks (on by default).
  2. Set DEBUG to `Fal
axsaucedo
axsaucedo commented Feb 7, 2020

I have set up django with django_celery_results - everything works, but the task status doesn't get updated when the task begins processing (into STARTED). Is there an extra configuration that needs to be set up for this to be the case?

My current configuration has the following variables in django settings:

# Celery
# ---------------------------------------------------------------------

Improve this page

Add a description, image, and links to the celery topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the celery topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.