You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Essentially, the queue is only really used in a couple of places. One is in admin/views and the other is in accounts/views. Both times it is just used for emailing. So if you want to use celery instead, just go ahead and rip out any reference to flask_rq in those files and replace it with your own celery integration.
The main calls to replace in the application are get_queue() calls. Does that help?
How to integrate celery into this app?
The text was updated successfully, but these errors were encountered: