V
V
vdm_mar2018-04-07 03:32:57
Django
vdm_mar, 2018-04-07 03:32:57

What to choose, cron or celery?

I'm making my first django project.
It has several python scripts for working with the social networking API: getting information and writing to the django databases. Some scripts run all the time, some run on a specific schedule.
Which is better to use, cron or celery?
Thank you!

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
sim3x, 2018-04-07
@sim3x

For periodic crowns
For non-periodic seleru

O
OnYourLips, 2018-04-07
@OnYourLips

systemd or systemd + cron
There is no need to drag anything extra when native solutions work great.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question