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
is_stagnant?(String.t()) :: boolean()

Uses the MemoryStore to determine if a subscription could be considered stagnant.

Link to this function

touch(subscription_id) View Source
touch(String.t()) :: any()

Uses the MemoryStore to save a subscription's last_message_at to now.