Skip to content

Instantly share code, notes, and snippets.

@ayeshLK
Created March 12, 2023 08:19
Show Gist options
  • Save ayeshLK/5501cc66ba308cd6e35cdba10498cc3f to your computer and use it in GitHub Desktop.
Save ayeshLK/5501cc66ba308cd6e35cdba10498cc3f to your computer and use it in GitHub Desktop.
// `notificationsSenders` will be used to identify already started notification senders
// location name will be the key for `notificationSenders`
isolated map<task:JobId> notificationSenders = {};
isolated map<websubhub:VerifiedSubscription> newsReceiversCache = {};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment