I have a Django Application running on Google App Engine. There is another time consuming application running in Google App Engine Flex that is triggered from the Google App Engine Application.
When the Google App Engine Flex Application finished its execution, I want it to trigger a message and send it to Google App Engine Django Application, so Django can update the database item accordingly.
How can I use Google Cloud PubSub to achieve this?
1.Create a pubsub topic
2.App Engine Flex Application will publish messages to the topic you created
3.Google App Engine Django Application will receive this messages (receiving messages using pull subscriptions or receiving messages using push subscriptions
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With