AaronK

Results 60 comments of AaronK

is there any progress on this issue ? Just asking if I should wait for a fix or do a small workaround (not suitable for an official PR) myself locally...

no problem. Just asking and wanted to know if it makes sense to wait. Thank you @KDr2

Agreed to discuss with Schisch when back from holidays before merging this.

How is the situation now? I think it should be rather easy to "backport"/cherry pick this markdown document so that it's actually visible in develop/master. After all, it's just a...

You mean normalizing the events table? Make sense, I was also considering this some time ago. That is an easier change to the postgresql output. However, I also highly recommend...

Could you tell me which queries are slow?

I added this to the intelmq 3.0 architecture change list.

On May 28, 2015, at 3:52 PM, Alexandre Dulaunoy [email protected] wrote: > Multiprocessing per queue is not supported. If you have to process a huge dataset and only a single...

On May 28, 2015, at 4:35 PM, Raphaël Vinot [email protected] wrote: > Protip: never use threading in python. Been here, done that, bad idea. > > ACK :) > >...

I strongly dislike that we create loops in the graph. Even if it is just loops in the underlying undirected graph (in your example, there are no cycles in the...