|
|
|
|
|
by true_religion
1248 days ago
|
|
I use them for invoking django commands on the same server.
I do use celery for transactional jobs though. It’s only periodic jobs that get called with cron.
For the context, I do this on small web apps with less than 20 dedicated servers (real servers not VPS), so there is a “manager” server that does nothing but run periodic tasks, management interventions, and cleanup operations. |
|