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
fixes#1660fixes#1685
changes:
- add hooks for when we activate and deactivate deployments
(`min_replicas > 0` vs `min_replicas == 0`)
- when activating a deployment:
- upsert subscriptions (maintain state), insert subscribers
- skip subscriptions with no subscribers (ie: do not insert into db)
- when deactivating a deployment:
- delete subscriptions still owned by deployment
- delete subscribers
Skipping subscriptions without subscribers fixes the case where pubsub
manager would get stuck trying to progress subscriptions without
subscribers, blocking real subscriptions from progressing.
See comments here: #1641 (comment)
The text was updated successfully, but these errors were encountered: