Commit graph

51 commits

Author SHA1 Message Date
Samuel Clay
02c91bb8b0 Fixing timeout error on PUSH. Also fixing requests error on page importing. 2015-03-11 11:44:47 -07:00
Samuel Clay
46b78f70a9 Updating push logging message when skipping. 2015-02-23 13:31:42 -08:00
Samuel Clay
7ecf8c4253 Showing latest push date. 2015-02-19 14:14:38 -08:00
Samuel Clay
67520cca4a Skipping push feeds pushed within last 60 seconds. 2015-02-19 13:45:05 -08:00
Samuel Clay
2b3ff6d2b4 Using correct feed_id in push history. 2015-02-19 13:43:33 -08:00
Samuel Clay
5fae9b6362 Logging last push date delta. 2015-02-19 13:41:09 -08:00
Samuel Clay
ad721380f2 Correcting latest push date. 2015-02-19 13:36:41 -08:00
Samuel Clay
0392c597e6 Correcting latest push date. 2015-02-19 13:36:08 -08:00
Samuel Clay
4684f9c9bd Adding fetch history check to ignore crazy updating push feeds. 2015-02-19 13:32:22 -08:00
Samuel Clay
074cdb8c49 Fixing the default PuSH lease by setting it to 10 minutes (matching the reference hub). Huge thanks to @mihaip. 2014-01-02 15:03:19 -08:00
Samuel Clay
6fda0b6a35 Timing out on PuSH hubs when down. 2013-07-01 18:46:21 -07:00
Samuel Clay
d209b2e905 Adding email for first share to tell users about their blurblog. 2013-04-22 15:24:38 -07:00
Samuel Clay
6011e4f2da Moving from feed/page/push histories to capped fetch history. 2013-04-15 14:30:31 -07:00
Samuel Clay
bff2baf067 If not active subs, turn off real-time. 2013-03-20 16:17:49 -07:00
Samuel Clay
670093e3bf Skipping real-time fetch for non-premium active feeds. 2013-03-20 16:13:10 -07:00
Samuel Clay
d8a43d394f Upgrade to django 1.5 script. Also handling story lookups with objectids. 2013-03-20 15:43:35 -07:00
Samuel Clay
90c2425db0 Upgrading django from 1.3 to 1.5. 2013-03-20 15:05:52 -07:00
Samuel Clay
bcc24c1253 Fixing PuSH by using the correct hub url. Thanks to @donmelton for finding the bug. 2013-01-22 18:15:28 -08:00
Samuel Clay
6063224c1b Fixing Push error on connection errors. 2012-12-11 09:43:35 -08:00
Samuel Clay
a67ecf4440 Updating tests. 2012-11-27 15:18:23 -08:00
Samuel Clay
60f1f6f4cd Adding monit for celery on db. Fixing push subscription issue with changing feed ids. 2012-08-15 17:02:55 -07:00
Samuel Clay
bb5c4f8c00 Adding logging to PuSH subscription. 2012-04-09 15:42:26 -07:00
Samuel Clay
ee76081cda Instrumentation to count feed pushes. 2012-04-09 14:58:53 -07:00
Samuel Clay
80088efb9c Only checking raw parsed hub address 1 in 10 times. 2012-04-03 14:04:59 -07:00
Samuel Clay
314ff62a61 Merge branch 'master' of github.com:samuelclay/NewsBlur
* 'master' of github.com:samuelclay/NewsBlur:
  Fixing issue with PuSH hub topic's being too long for the db.
  OPML import: Using custom feed titles if they don't match what's in the feed DB.
2012-04-02 18:49:21 -07:00
Samuel Clay
61f2ced74b Showing real-time pubsub status on user dashboards. Opening up real-time for everybody. 2012-04-02 18:48:41 -07:00
Samuel Clay
58ece7dfc2 Merge branch 'master' of github.com:samuelclay/NewsBlur
* 'master' of github.com:samuelclay/NewsBlur:
  Wordpress PuSH errors aren't really errors, so don't log them.
2012-04-01 23:54:24 -07:00
Samuel Clay
6b202ebba5 Fixing issue with PuSH hub topic's being too long for the db. 2012-04-01 20:33:42 -07:00
Samuel Clay
2bdd2b587d Wordpress PuSH errors aren't really errors, so don't log them. 2012-03-30 17:12:03 -07:00
Samuel Clay
06a11d5fb4 Dealing with broken Wordpress PuSH plugin by subscribing to its requested topic url. 2012-03-30 16:58:10 -07:00
Samuel Clay
5a60b1047f Dealing with broken Wordpress PuSH plugin by subscribing to its requested topic url. 2012-03-30 16:57:33 -07:00
Samuel Clay
f4c65c23d5 Fixing Tumblr PuSH by sending the address instead of the link when subscribing. 2012-03-30 16:36:16 -07:00
Samuel Clay
453e773c07 Subscribing to a topic or hub sets the urls. 2012-03-30 16:17:52 -07:00
Samuel Clay
f49f5ebc04 Adding dev role, updating hosts, and checking for wp-cron in broken wordpress plugin PuSH pings. 2012-03-29 13:57:38 -07:00
Samuel Clay
cc3bf25237 Stupid broken Wordpress PuSH plugin tries to set wp-admin/post.php to its topic. 2012-03-29 13:13:06 -07:00
Samuel Clay
154374500e Adding logging to PuSH push requests. 2012-03-29 13:10:34 -07:00
Samuel Clay
ae0cf0f99e Fixing broken redirected PuSH urls. Typo on datetime. 2012-03-29 12:32:55 -07:00
Samuel Clay
0fa19b2c75 Refactoring updated urls in PuSH feeds. 2012-03-29 12:25:21 -07:00
Samuel Clay
ccd31e1fca Feeds are OneToOne with PushSubscriptions, so remove the db inconsistency. 2012-03-28 19:22:16 -07:00
Samuel Clay
d54d373c97 Fixing hub url change subscription. 2012-03-28 18:25:57 -07:00
Samuel Clay
4c75ff2a07 Emergency fix to not have to reverse url in task fetchers. 2012-03-28 17:09:13 -07:00
Samuel Clay
214e7d4c90 Setting up push feeds for removal. 2012-03-28 16:49:58 -07:00
Samuel Clay
d8a343b67b Adding munin graph for pushed feed queue and nginx conf. 2012-03-28 16:43:04 -07:00
Samuel Clay
4348e7f497 Resubscribing to real-time feeds on add/remove feed. 2012-03-28 16:13:17 -07:00
Samuel Clay
a74be1b604 Adding push feeds queue. Ignoring fat ping, since it might not match URLs. 2012-03-28 15:49:21 -07:00
Samuel Clay
f735236e04 Cleanup 2012-03-28 11:59:30 -07:00
Samuel Clay
23479d3b12 Forgive push subscription errors. 2012-03-27 18:51:29 -07:00
Samuel Clay
9ee6487f58 Correcting a double-encoding bug for story permalinks that was from way back when. 2012-03-27 18:37:04 -07:00
Samuel Clay
fd1e26a5b0 Fixing the shit out of the feed fetcher's deleted feed handling. Also fixing PuSH support to correctly give parameters to PuSH server. 2012-03-27 17:34:39 -07:00
Samuel Clay
abc3b20d81 Adding subscription callbacks for PuSH. 2012-03-27 16:26:07 -07:00