-
We need to improve our uptime monitoring system to better handle situations where hosting providers block our IP addresses, leading to false downtime alerts. This issue covers the development of a sol…
gaprl updated
1 month ago
-
Not sure if I'm doing something wrong or if this is a bug:
I'm getting an error trying to do a netmiko_file_transfer to a Cisco 4331 running IOS-XE 3.16.05.s.
Tested on python 3.9.18 & 3.11.7.
Usin…
-
I am learning to use celery.
```
System version: macOS 11.3.1 (20E241)
Python 3.8.8
celery 5.1.2
```
When I run the following code and wait for it to finish, I repeat the operation several time…
-
- this uses multiprocess
- see this celery issue: https://stackoverflow.com/questions/27904162/using-multiprocessing-pool-from-celery-task-raises-exception
-
The removal of an ASD in the cachebackend failed with the current safety is not as expected.
As this is an ASD in the cachebackend we should be able to remove the disk without any issues.
![gu…
-
# Checklist
- [x] I have verified that the issue exists against the `master` branch of Celery.
- [ ] ~This has already been asked to the [discussion group](https://groups.google.com/forum/#!forum/ce…
-
### Summary:
* Celery Version: 5.2.7
* Celery-Beat Version: 2.4.0
Currently, if you try to create PeriodicTask with the argument kwargas: dict its converts into a simple string and the task bec…
-
### Summary:
We can make a few adjustments to the Django Admin UI to give it a more robust appearance.
* Celery Version: 4.4.7
* Celery-Beat Version: 2.2.0
### Exact steps to reproduce the i…
-
Consider the following (where A, B, C, D, E are tasks):
```
sub_A = A.s()
chord_D = chord([sub_A, B.s()], D.s())
chord_E = chord([sub_A, C.s()], E.s())
res = group(chord_D, chord_E)()
```
This creat…
-
## Checklist
* [x] I have verified that the issue exists against the latest stable version of Celery 4.0.0.
* [x] I updated my Django project to use the latest stable Celery.
## Steps to reproduce
1.…