Skip to content
Snippets Groups Projects
Commit b7442c3e authored by Erik Johnston's avatar Erik Johnston
Browse files

Store looping call

parent a3708a18
No related branches found
No related tags found
No related merge requests found
......@@ -84,7 +84,9 @@ class EventPushActionsStore(SQLBaseStore):
)
self._doing_notif_rotation = False
self._clock.looping_call(self._rotate_notifs, 30 * 60 * 1000)
self._rotate_notif_loop = self._clock.looping_call(
self._rotate_notifs, 30 * 60 * 1000
)
def _set_push_actions_for_event_and_users_txn(self, txn, event, tuples):
"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment