Hi, I'm from a bioinformatics company located in Turkey and we're currently writing a project using Celery. Previously we were using 3.1.24 but hit a critical bug and switched to 4.0r6. But currently r6 has 2 issues we're trying to dodge. First is the new "typing" feature, r6 doesn't allow us to set it to false. We actually want to globally set it to false. Second issue is the premature execution of chords (which is also fixed 10 hours ago) We're inter
ested in stable release of 4.0 or at least r7, any idea when the release might be?
domino14 joined the channel
I just checked, rc7 release on pip is same as master branch. Great news! Thanks for great work guys :)
domino14 has quit
the_drow joined the channel
jbrhbr has quit
malinoff joined the channel
rickmak_ joined the channel
domino14 joined the channel
Debnet`Work joined the channel
Debnet has quit
domino14 has quit
dafroy joined the channel
darkelda joined the channel
InfoTest joined the channel
rickmak_ has quit
rickmak joined the channel
Debnet`Laptop joined the channel
domino14 joined the channel
Debnet`Work has quit
domino14 has quit
rickmak has quit
cediddi_ has quit
the_drow has quit
ramaxx has quit
rickmak_ joined the channel
rickmak_ joined the channel
Debnet`Laptop has quit
Debnet joined the channel
ramaxx joined the channel
Debnet`Work joined the channel
Debnet has quit
Debnet`Laptop joined the channel
Debnet`Work has quit
domino14 joined the channel
domino14 has quit
rickmak_ joined the channel
rickmak_ joined the channel
oraant has quit
NetCrime joined the channel
the_rat joined the channel
ramaxx has quit
italorossi joined the channel
NetCrime
I'm using Django and Celery. I would like to be able to set periodic tasks from dashboard without interaction with code. What would be the best way to achive that?
malinoff has quit
shiriru joined the channel
rickmak_ has quit
flowstate joined the channel
cediddi_ joined the channel
flowstate has quit
Debnet`Laptop has quit
Debnet joined the channel
flowstate joined the channel
traut joined the channel
traut
hello everyone
I have Celery configured to use json serialization only (CELERY_TASK_SERIALIZER, CELERY_RESULT_SERIALIZER and CELERY_ACCEPT_CONTENT are set to json) but it defaults to pickle when retrying a task
so, if I raise retry in the task, I get
kombu.exceptions.ContentDisallowed: Refusing to deserialize untrusted content of type pickle (application/x-python-serialize)