I want my django app run celery beat automatically without start.
I have deployed my django api on azure app service. How can i start celery beat on startup and make it always run without manual start. I Have setup celery with azure cache redis.
I want my django app run celery beat automatically without start.
I have deployed my django api on azure app service. How can i start celery beat on startup and make it always run without manual start. I Have setup celery with azure cache redis.