Skip to content

Instantly share code, notes, and snippets.

@jhgg
Created March 2, 2017 23:40
# When a message was created or updated:
broker.enqueue_message(message)
# When a message was deleted:
broker.enqueue_delete(message)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment