Re: How to Deploy Celery and Django

2024-11-18 Thread Reddy Tintaya
Try using digital ocean. A droplet will be 5$ per month. Trying to get celery working for free doesn’t worth the time. > On 18 Nov 2024, at 12:44 AM, AGASTRONICS wrote: > > Have you tried using Docker to run your services. > > > On Mon, Nov 18, 2024, 07:40 Abdul Qoyyuum Haji Abdul Kadir > m

Re: How to Deploy Celery and Django

2024-11-18 Thread AGASTRONICS
Have you tried using Docker to run your services. On Mon, Nov 18, 2024, 07:40 Abdul Qoyyuum Haji Abdul Kadir < abdul.qoyy...@gmail.com> wrote: > Unfortunately, I've tested deploying Django + Celery to these free > services (full write-up here: > https://buymeacoffee.com/qoyyuum/the-struggle-djang

Re: How to Deploy Celery and Django

2024-11-17 Thread Abdul Qoyyuum Haji Abdul Kadir
Unfortunately, I've tested deploying Django + Celery to these free services (full write-up here: https://buymeacoffee.com/qoyyuum/the-struggle-django-deployments) and they *do not work in their FREE plans*. So if you really want to deploy them, you have to use their *PAID *services. I can confirm H

How to Deploy Celery and Django

2024-11-17 Thread Kennedy Akogo
I have a Django application that uses Celery to schedule and send SMS messages at specific times. I want to deploy this application to a free or paid platform so users can access it through the web. Which platform would be suitable for this? -- You received this message because you are subscribed

Re: How to Deploy Celery and Django

2024-11-17 Thread Reddy Tintaya
You can try https://cloud.google.com/free > On 17 Nov 2024, at 4:51 PM, Sunday Ajayi wrote: > > You can try Render, Heroku > > Regards > > AJAYI Sunday > (+234) 806 771 5394 > sunnexaj...@gmail.com > > > > On Sun, Nov 17, 2024 at 10:29 PM Kennedy Akogo <

Re: How to Deploy Celery and Django

2024-11-17 Thread Sunday Ajayi
You can try Render, Heroku Regards *AJAYI Sunday * (+234) 806 771 5394 *sunnexaj...@gmail.com * On Sun, Nov 17, 2024 at 10:29 PM Kennedy Akogo wrote: > I have a Django application that uses Celery to schedule and send SMS > messages at specific times. I want to deploy this application to a f