mirzakhany / django_boilerplate

a django boilderplate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Setup celery

mirzakhany opened this issue · comments

@mirzakhany Kubernetes has cron jobs, I think it's better to use that instead of using celery. Kubernetes cron job
@mirzakhany @hramezani @peymanslh please give me your idea about it?

@saeedghx68 What if we do not want to use ‍Kubernetes‍?

@hramezani I think we should use Kubernetes cron job once we are using Kubernetes if not then use celery

@saeedghx68 we need celery to run background jobs that are related to our application, for example send data to the third party services or run async tasks.
so its not possible to replace it with Kubernetes cronjob.

@saeedghx68 we need celery to run background jobs that are related to our application, for example send data to the third party services or run async tasks.
so its not possible to replace it with Kubernetes cronjob.

Celery and celery-beat are the good idea to run background jobs and scheduling.

@saeedghx68 we need celery to run background jobs that are related to our application, for example send data to the third party services or run async tasks.
so its not possible to replace it with Kubernetes cronjob.

Celery and celery-beat are the good idea to run background jobs and scheduling.

We will be happy if you do that

@saeedghx68 we need celery to run background jobs that are related to our application, for example send data to the third party services or run async tasks.
so its not possible to replace it with Kubernetes cronjob.

Celery and celery-beat are the good idea to run background jobs and scheduling.

We will be happy if you do that

Sure