ExGcloudPubsubPuller v1.1.1 ExGcloudPubsubPuller.SubscriptionHealth View Source
Link to this section Summary
Functions
Uses the MemoryStore to determine if a subscription could be considered stagnant
.
Uses the MemoryStore to save a subscription's last_message_at
to now.
Link to this section Functions
Link to this function
is_stagnant?(subscription_id) View Source
Uses the MemoryStore to determine if a subscription could be considered stagnant
.
Link to this function
touch(subscription_id) View Source
Uses the MemoryStore to save a subscription's last_message_at
to now.