Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Improve comments (& avoid a duplicate query) in push actions processi…
Browse files Browse the repository at this point in the history
…ng. (#13455)

* Adds docstrings and inline comments.
* Formats SQL queries using triple quoted strings.
* Minor formatting changes.
* Avoid fetching `event_push_summary_stream_ordering` multiple times
  in the same transactions.
  • Loading branch information
clokep authored Aug 4, 2022
1 parent 96d9215 commit ec24813
Show file tree
Hide file tree
Showing 2 changed files with 159 additions and 124 deletions.
1 change: 1 addition & 0 deletions changelog.d/13455.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add some comments about how event push actions are stored.
Loading

0 comments on commit ec24813

Please sign in to comment.