I've created periodic task. Its is getting called after a required interval but it is throwing exception as it can't access database file.
INFO:celery.beat:Scheduler: Sending due task stocks_update_scheduler (stocks_update_scheduler)
WARNING:celery.redirected:inside stocks_update_scheduler
WARNING:celery.redirected:unable to open database file
WARNING:celery.redirected:unable to open database file
I'm here trying to figure out how to actually give permission to this task to access database. is there something in settings regarding database access that I might have missed.