I think this should be the policy from now on, if there are too many unresolved issues related to a feature with no actionable plan or funding to fix: we remove it swiftly
The same with issues. No issue should stay open for years
moodh joined the channel
rsukla has quit
rickmak_ has quit
moodh has quit
__ransom__ has quit
malinoff has quit
malinoff joined the channel
rickmak_ joined the channel
todos joined the channel
malinoff has quit
Callek has quit
Callek joined the channel
todos joined the channel
todos has quit
malinoff joined the channel
moodh joined the channel
moodh has quit
the_drow, I'm here now but I guess you aren't. Why are you not conforming to my timezone ;)
domino14_ joined the channel
domino14_ has quit
flonka joined the channel
domino14_ joined the channel
malinoff
asksol: are you still here?
todos joined the channel
todos has quit
moodh joined the channel
domino14_ has quit
moodh has quit
Debnet joined the channel
malinoff has quit
rickmak_ has quit
rickmak joined the channel
atomekk joined the channel
the_drow joined the channel
the_drow has quit
the_drow joined the channel
the_drow has quit
the_drow joined the channel
darkelda joined the channel
darkelda has quit
darkelda joined the channel
moodh joined the channel
TauPan
If you kill canvases, we riot!
.oO(Now starting to call asksol the George RR Martin of software.)
hanine joined the channel
hanine is now known as sensuha
jbkkd joined the channel
Debnet`Work joined the channel
Debnet has quit
Ergo joined the channel
rickmak has quit
rickmak joined the channel
asksol
TauPan: lol, canvases in no danger :)
TauPan
;)
atomekk has quit
atomekk joined the channel
jbkkd
found a possible SQS bug. if you retry a task which isn't run on the default queue, the retry doesn't get sent to any queue - you have to explicitly set the queue name
anyone hit that?
the_drow
asksol, ping?
jbkkd, Could be. SQS isn't one of the most well maintained brokers
Sorry to be negative, but I only see "we could" and "we're willing" here. I've learned to be careful when I see words like that.
let them fork and make a proper PR first
malinoff joined the channel
asksol
Yes, but it would be crazy to commit to it, I think it's a serious proposal
Debnet`Work has quit
Debnet`Work joined the channel
flonka joined the channel
italorossi joined the channel
Debnet`Laptop joined the channel
Debnet`Work has quit
dvirsky_
TauPan, asksol: I can dedicate a few hours weekly for it personally, but if this requires a more concentrated effort to begin with, of a few weeks full time like someone mentioned in the github discussion, we'll divert one of our python devs to it as an initial effort, since I'm tied up with the redis modules effort. but we are serious :)
asksol
dvirsky_: Thanks :) We welcome our new friends at Redis Labs
moodh has quit
Debnet`Laptop has quit
I will keep make try to figure out the list of important issues tomorrow, but now I have to get some sleep if I shall wake up before lunch
TauPan
As we do use a redis broker, it's good to know that it will be maintained. I apologize for being a bit paranoid. Also I'm just a mere celery user. I Didn't mean to speak out of turn here.
asksol
urm-make try. definitely zzzz
Ergo^ joined the channel
Ergo__ joined the channel
TauPan: I don't think anyone had an any issue with the statement :)
Debnet`Laptop joined the channel
jbkkd
asksol: in 3.1
Debnet`Work joined the channel
r_s_o joined the channel
sawdog has quit
asksol
jbkkd: SQS rewritten in master: async faster and better. It uses the "anon exchange" for routing by default so no routing table is required, and I think that may resolve your issue.
Ergo^ has quit
italorossi has quit
jbkkd
interesting. how well tested is the master? I'm launching a new project so willing to take a risk here
Debnet`Laptop has quit
Debnet`Work has quit
sawdog joined the channel
moodh joined the channel
the_drow
dvirsky_, That's great! I'll try to finally provide a hiredis implementation that works on (recent) PyPy implementations
That way when we'll expose the async sockets from hiredis we'll be able to provide them both for CPython and PyPY
asksol, Good night!
dvirsky_
the_drow, if we're just doing some pubsub, it might not be worth using hiredis at all
not sure, I need to do a full context switch to it to have smarter opinions :)
av_ joined the channel
the_drow
Having stuff written in C is always better in CPython.
It's not always the case with PyPy though
dvirsky_
exactly
I've been programming mostly in go and C in the past 1.5 years, all those problems seem like a relic of a very primitive past :) though I love python
the_drow
Hehe
I'm in Ruby right now :(
r_s_o has quit
r_s_o joined the channel
rickmak has quit
Myth joined the channel
italorossi joined the channel
nickabbey joined the channel
sandeep joined the channel
sandeep is now known as Guest80321
Debnet joined the channel
Guest80321
Hi guys, I need some help regarding batch celery
if we are using a single queue and there are multiple tasks, then both the tasks will write to same queue, then at the worker end, the worker function reads the batched args, is it possible in any case that one function will read the batch of given size that might contain tasks of other function