A picturesque authentication problem ONLY in Google Chrome

2023-06-08 Thread Rogerio Carrasqueira
Hello All! All good? I'm running an application in Django 1.4.22 and some days I'm facing some difficulties for my users to access the restricted area of my site. It so happens that I have the site running on the main domain www.dominio.com.br and the restricted area on app.dominio.com.br, both ru

[OFF] Job Opportunity at São Paulo - SP - Brazil

2011-07-28 Thread Rogerio Carrasqueira
Hello Everybody! We have a job opportunity to work with us at Direct Flow/Performance, to join us please send your resumée to *va...@directflow.com.br or va...@directperformance.com.br* If you are hard coder and don't disguise it and you are a member from many foruns about frameworks and tech tal

Starving queue with django-celery and rabbitmq

2020-06-25 Thread Rogerio Carrasqueira
Hello guys! I think it’s kind of off-topic, because it’s basically I think more from RabbitMQ than from Django itself, but I believe someone has already may have gone through with a similar situation. I have a Django application that runs with celery 3.1 and rabbitmq 3.8.2, It uses rabbitmq to di

Re: Starving queue with django-celery and rabbitmq

2020-06-26 Thread Rogerio Carrasqueira
someone with a charitable soul could help? Rogério Carrasqueira Em qui., 25 de jun. de 2020 às 17:12, Rogerio Carrasqueira escreveu: > > Hello guys! > > I think it’s kind of off-topic, because it’s basically I think more > from RabbitMQ than from Django itself, but I beli

Celery with SQS

2019-10-26 Thread Rogerio Carrasqueira
Hello All! I'm using Celery 3.1 with Django 1.4.22 and I want to move from RabbitMQ to SQS. I've setup the celery and all scheduled tasks are running as well. But when I have to use the method add_consumer, the jobs are not consumed by the worker and no response from then. See what I'm doing: >>>

Re: Celery with SQS

2019-10-26 Thread Rogerio Carrasqueira
Hello Jason! Thanks for your reply, it is not so easy to move from 1.4.22 to 2.2, it a big leap. I can upgrade the celery to 4.3, but I don't know if it will work well with Django 1.4.22. Do you have a clue about what could be this issue? Thanks Rogério Carrasqueira Em sáb, 26 de out de 201