Groups keyboard shortcuts have been updated
Dismiss
See shortcuts

Celery Working Limitations Updates

64 views
Skip to first unread message

Muhammad Shariq Shafiq

unread,
Aug 22, 2024, 10:13:49 AM8/22/24
to Django developers (Contributions to Django itself)
Hello Dear Django Team 

Last month, I tried to do some task of django which primarily based on scheduling of accessibility with time and role based authnetications

I used celery for that scheduling but failed and for 2 days i tried for it by changing my code logic and urls but all in vain

Then i read from google that django has no longer support of celery for windows user. Which is not a good for developers

We have to make things easy for developers to captivate the ideas into reality without any limitatoons. 

My suggestion and request to you to make celery working again on windows so that the developers can use it effeciently and produces more productivity

Regards 

Ken Whitesell

unread,
Aug 22, 2024, 10:36:54 AM8/22/24
to django-d...@googlegroups.com
I think you're misinterpreting what you're reading from your search results.

This is a Celery issue, not a Django issue.


-----

Does Celery support Windows?

Answer: No.

Since Celery 4.x, Windows is no longer supported due to lack of resources.

But it may still work and we are happy to accept patches.

-----


--
You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-develop...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-developers/08095574-14fc-425e-b36a-59c095f0dc07n%40googlegroups.com.


Cory Zue

unread,
Aug 22, 2024, 10:39:43 AM8/22/24
to django-d...@googlegroups.com
I agree with Ken, that this a Celery issue, not a Django one.

But while we're here, as far as I know Celery still runs fine on windows. It is not officially supported, and the default pool no longer works, but if you run celery with --pool=solo (in development) or --pool=gevent (in production) it should run without problems. You might run into issues, as the Celery developers highlight, but I would expect that for a relatively normal use case it might be fine.

There is also the upcoming background worker support to consider if it suits your use case: https://www.djangoproject.com/weblog/2024/may/29/django-enhancement-proposal-14-background-workers/

Cory

Muhammad Shariq Shafiq

unread,
Aug 22, 2024, 10:45:28 AM8/22/24
to django-d...@googlegroups.com

Ok Ken thank you for clarifying I think that blog and research would be misleading. Sorry for saying all that.

I love Django as it's my core tech stack

Regards


quest...@gmail.com

unread,
Aug 23, 2024, 4:56:15 AM8/23/24
to Django developers (Contributions to Django itself)
Huey used to work in Windows just fine.
Reply all
Reply to author
Forward
0 new messages