[ARVADOS] updated: e3fe23ff86e3f5f19c0a76779f957adf1310b949
git at public.curoverse.com
git at public.curoverse.com
Fri Oct 24 08:47:48 EDT 2014
Summary of changes:
services/api/lib/eventbus.rb | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
via e3fe23ff86e3f5f19c0a76779f957adf1310b949 (commit)
from de3bb6cb95b9699ff6eea6ac836c4598cec331a5 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit e3fe23ff86e3f5f19c0a76779f957adf1310b949
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date: Fri Oct 24 08:47:45 2014 -0400
4295: Fix typo in comment
diff --git a/services/api/lib/eventbus.rb b/services/api/lib/eventbus.rb
index 848279f..9b15b2c 100644
--- a/services/api/lib/eventbus.rb
+++ b/services/api/lib/eventbus.rb
@@ -51,7 +51,9 @@ class EventBus
# Push out any pending events to the connection +ws+
# +notify_id+ the id of the most recent row in the log table, may be nil
#
- # This accepts a websocket and a notify_id (this is the row id from Postgres LISTEN/NOTIFY, it may nil)
+ # This accepts a websocket and a notify_id (this is the row id from Postgres
+ # LISTEN/NOTIFY, it may be nil if called from somewhere else)
+ #
# It queries the database for log rows that are either
# a) greater than ws.last_log_id, which is the last log id which was a candidate to be sent out
# b) if ws.last_log_id is nil, then it queries rows starting with notify_id
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list