Remove usage of Celery for push notifications
One-sentence description
Remove usage of Celery for push notifications
Why?
Celery is not performing as expected.
Current implementation
Celery is used to schedule push notifications
Suggested implementation
Use a management command and cronjob instead