KDD-OpenSource/fexum

Requests are not properly answered

louiskirsch opened this issue · 6 comments

Requests are kept as pending and make http library return http code -1
image

How to reproduce:

Possible problem:
Maybe the celery queue blocks requests being answered?

We should have some kind of real time queue

Do you know the reason why it blocks entire requests?

Yes, because it's a one queue. if other tasks are still running, the "real-time" calc has to wait. The solution would be to create another queue

I think we shouldn't put blocking requests into queues at all.
If we do, we need some kind of guarantee that the item is quickly dealt with.

Sooo... how do we deal with this? @nikriek @juliuskunze @Lichtso @marcuspappik @xasetl

Still an issue?