Run google pub/sub subscriber and app at the same time

Viewed 17

I'm having this issue right now I have my flask app integrated with google pub/sub, right now when I'm trying to run the app and the google pub/sub subscriber at the same time, only runs the subscriber or the app, any recommendations? I'm using flask with celery and redis

0 Answers
Related