-
# Checklist
* [x ] I have verified that the issue exists against the `master` branch of Celery.
* [x] This has already been asked to the [discussion group](https://groups.google.com/forum/#!foru…
-
这个错误是芹菜系统抛出的。
Traceback (most recent call last):
File "/usr/local/lib/python2.7/site-packages/celery/app/trace.py", line 283, in trace_task
uuid, retval, SUCCESS, request=task_request,
File "…
-
### ⚠️ Check for existing issues before proceeding. ⚠️
- [X] I have searched the existing issues, and there is no existing issue for my problem
### Where are you using SuperAGI?
Windows
##…
-
```
Hi, I was trying out typhoon from trunk to see if it would work on my appengine
app and ran into to some issues and this last one has me confused.
I created a virtualenv for python2.7 with --no-…
-
Hello,
This might be a very stupid question, but what does the `all_tenants` attribute do when creating a beat schedule?
For example, I want to create a task that runs at 5am everyday for each …
-
To make this light work that we can pick up here and there check off the tasks and include a PR# by the task as they are completed. Tasks for organizing the bee_workdir:
- [ ] rename workflows direct…
-
**Context**
We have an app running on Django and Celery 5.3.1, with a Broker on Redis. The producers submit jobs (basically an image and some context) to the workers who compress and/or convert the i…
-
For now that this project is monolithic it's ok to have a notification system implemented within the project. However later on this needs to be sent to a celery task.
It's better to have an abstrac…
-
This view calls SudokuPuzzle.solve multiple times, as more tests are added the response time will increase significantly. Use concurrency to solve all tests at the same time
-
拿一个举例子,源代码如下:
```python
if $subfinder; then
cd /app/subdomain_scan/subfinder
nohup celery -A subfinder worker -l info -c 1 -Q subfinder -n subfinder_$RANDOM --logfile=/app/logs/subfinder_celery.…