Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
Create separate methods for getting messages to push #966
Conversation
NegativeMjark
assigned
erikjohnston
Jul 28, 2016
|
LGTM |
NegativeMjark
merged commit a679a01
into
develop
Jul 29, 2016
10 checks passed
Flake8 + Packaging (Commit)
Build #1285 origin/markjh/fix_push succeeded in 38 sec
Details
Flake8 + Packaging (Merged PR)
Build finished.
Details
Sytest Dendron (Commit)
Build #391 origin/markjh/fix_push succeeded in 7 min 45 sec
Details
Sytest Dendron (Merged PR)
Build finished.
Details
Sytest Postgres (Commit)
Build #1227 origin/markjh/fix_push succeeded in 7 min 22 sec
Details
Sytest Postgres (Merged PR)
Build finished.
Details
Sytest SQLite (Commit)
Build #1255 origin/markjh/fix_push succeeded in 6 min 25 sec
Details
Sytest SQLite (Merged PR)
Build finished.
Details
Unit Tests (Commit)
Build #1322 origin/markjh/fix_push succeeded in 2 min 26 sec
Details
Unit Tests (Merged PR)
Build finished.
Details
richvdh
deleted the
markjh/fix_push
branch
Dec 1, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
NegativeMjark commentedJul 28, 2016
for the email and http pushers rather than trying to make a single
method that will work with their conflicting requirements.
The http pusher needs to get the messages in ascending stream order, and
doesn't want to miss a message.
The email pusher needs to get the messages in descending timestamp order,
and doesn't mind if it misses messages.