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
We are currently having an issue with the subscription not being created automatically once we started the docker container. In our docker-compose file, we have a setting for the environment for setting the topics and subscriptions like below environment: - PUBSUB_PROJECT1=test-project,test_topic:test_sub,prod_topic:prod_sub
Once the container of the emulator is running, I found an issue from our app that the Subscription is unavailable
But, since I kill and start the container, the subscriptions will be available.
Any idea why they are not being created automatically?
Thanks,
Calvin
The text was updated successfully, but these errors were encountered:
Hi,
We are currently having an issue with the subscription not being created automatically once we started the docker container. In our docker-compose file, we have a setting for the
environment
for setting the topics and subscriptions like belowenvironment: - PUBSUB_PROJECT1=test-project,test_topic:test_sub,prod_topic:prod_sub
Once the container of the emulator is running, I found an issue from our app that the
Subscription is unavailable
But, since I kill and start the container, the subscriptions will be available.
Any idea why they are not being created automatically?
Thanks,
Calvin
The text was updated successfully, but these errors were encountered: