Commit graph

1742 commits

Author SHA1 Message Date
Samuel Clay
28b09b5f3b Adding another exception handler to feed fetcher. 2021-03-03 09:30:20 -05:00
Samuel Clay
b266e3da4e badStatusLine exception handling. 2021-03-02 19:05:37 -05:00
Samuel Clay
5bf3cc251f IncompleteRead error 2021-03-02 19:03:57 -05:00
Samuel Clay
94e27a1f7b No need to decode 2021-03-02 18:33:00 -05:00
Samuel Clay
5adbafb046 bytes need bytes 2021-03-02 18:16:57 -05:00
Samuel Clay
cd62b41acf Convert bytes to str 2021-03-02 10:25:56 -05:00
Samuel Clay
8e088ba350 Switching to py3 html parser. 2021-03-02 09:46:59 -05:00
Samuel Clay
dffcd484d9 Handling SerialisationError 2021-02-28 20:20:41 -05:00
Samuel Clay
5e2e237871 Adding IncompleteRead error handling, fixing spacing. 2021-02-28 20:18:53 -05:00
Samuel Clay
37559d7237 Fixing InvalidURL 2021-02-26 11:39:36 -05:00
Samuel Clay
414c05bfbe Fixing ConnectionResetError. 2021-02-26 11:35:13 -05:00
Samuel Clay
d54de1cd23 Handling ConnectionResetError 2021-02-25 20:04:24 -05:00
Samuel Clay
ba6a8c81e0 Switching from raven to sentry sdk. 2021-02-25 19:52:36 -05:00
Samuel Clay
1fe20b91a9 Fixing py3 encoding issue when stripping comments using lxml. 2021-02-25 19:47:13 -05:00
Samuel Clay
c5f4734de4 Finally getting sentry to work in feed fetching. 2021-02-25 19:32:48 -05:00
Samuel Clay
7f328b11c8 Typo 2021-02-25 19:16:28 -05:00
Samuel Clay
1d16ec88b1 Wrapping feed fetcher in sentry exception capturing. 2021-02-25 19:13:21 -05:00
Samuel Clay
1da9f57697 Fixing broken request introspection. 2021-02-24 12:07:44 -05:00
Samuel Clay
fcebadfc64 Moving up ignore path. 2021-02-24 12:05:19 -05:00
Samuel Clay
3f75df76b6 Wrong url 2021-02-24 12:01:12 -05:00
Samuel Clay
297111917e Ignore haproxy check in logging. 2021-02-24 12:00:12 -05:00
Samuel Clay
d1e9f6764f Merge branch 'master' into dashboard3
* master:
  Backing up postgres version
2021-02-18 20:59:22 -05:00
Samuel Clay
8e224de2b9 Backing up postgres version 2021-02-18 20:57:56 -05:00
Samuel Clay
b6e0d835bd Renaming consul-manager to db-consul. Handling multiples in terraform by naming them with the droplet index. 2021-02-18 13:51:06 -05:00
Samuel Clay
5be06eefd3 Adding sshdo options to connect to old cluster. 2021-02-11 13:27:58 -05:00
Samuel Clay
e8fb94af23 Fixing new stories coming into dashboard being filtered out incorrectly. 2021-02-03 20:06:08 -05:00
Samuel Clay
dccb87bd26 Adding files for common setup on app. Finishing up dynamic inventory. 2021-01-28 19:06:30 -05:00
Samuel Clay
c7f4cbb13d Fixing a substantial number of encoding errors. Also fixing OPML uploads. 2021-01-24 21:05:22 -05:00
Samuel Clay
8cf070a72d Merge branch 'master' into dashboard3
* master:
  Removing old types field. Needed to upgrade to mongo 3.4.
  Checking if a feed has any notifications on it, set a max of 30 min fetch (yes this is a pretty good way of getting your feeds to fetch faster, but youll have to deal with the notifications).
  Fix task fetch monitor.
  Attempting to see iOS premium status over email.
  Handling work queue missing error.
2021-01-23 17:55:01 -05:00
Samuel Clay
d2f1a417c9 Fix task fetch monitor. 2021-01-22 19:31:49 -05:00
Samuel Clay
e15c5a358f Handling work queue missing error. 2021-01-20 21:25:01 -05:00
Samuel Clay
b91a906b45 Merge branch 'master' into dashboard3
* master:
  Limiting work queue checks.
2021-01-20 17:34:19 -05:00
Samuel Clay
3811d288d8 Limiting work queue checks. 2021-01-20 17:20:01 -05:00
Samuel Clay
33508f7361 Merge branch 'master' into dashboard3
* master:
  Executable monitor work queue.
  Adding monitor for work queue.
  Pointing to the new ssl cert.
  More descriptive failure email
  No default value
  Spitting out error on failure.
  Handling missing values
  Needs redis
  Only warn about falling feed fetches when actually falling.
  Revert "Removing unused types key from index."
2021-01-20 14:21:48 -05:00
Samuel Clay
e4cfb73b4f Executable monitor work queue. 2021-01-20 13:32:47 -05:00
Samuel Clay
b54c98198e Adding monitor for work queue. 2021-01-20 13:29:12 -05:00
Samuel Clay
4a608d2ce5 Finding all old celery invocations. 2021-01-19 17:30:11 -05:00
Samuel Clay
047648b508 More descriptive failure email 2021-01-18 17:49:12 -05:00
Samuel Clay
d747acc5d0 No default value 2021-01-18 17:47:17 -05:00
Samuel Clay
b58ab9f9cd Spitting out error on failure. 2021-01-18 17:46:52 -05:00
Samuel Clay
238aa3916a Handling missing values 2021-01-18 17:45:35 -05:00
Samuel Clay
c9c891e44a Needs redis 2021-01-18 17:44:19 -05:00
Samuel Clay
a4f1443c5c Only warn about falling feed fetches when actually falling. 2021-01-18 17:43:18 -05:00
Samuel Clay
ab2d9804ef Adjusting to newsblur_web. Also adding feed chooser to dashboard river. Needs hookup. 2021-01-12 15:52:10 -05:00
Samuel Clay
f5b144f22f Merge branch 'docker_django3.1' into dashboard3
* docker_django3.1:
  Ignore send_message_with_response if not available (for some reason).
  Updating to latest pymongo and mongoengine for py2.
2021-01-06 16:39:23 -05:00
Samuel Clay
30828e8291 Merge branch 'master' into docker_django3.1
* master:
  Ignore send_message_with_response if not available (for some reason).
  Updating to latest pymongo and mongoengine for py2.
2021-01-06 16:39:00 -05:00
Samuel Clay
28cb9702dd Ignore send_message_with_response if not available (for some reason). 2021-01-06 16:37:51 -05:00
Samuel Clay
82fecb23a6 Merge branch 'docker_django3.1' into dashboard3
* docker_django3.1: (117 commits)
  Adding docker to node scripts.
  Removing node_modules from repo
  Whoops
  Better logging for broken paypal ipns.
  Adding RSS Tracker for Windows to Goodies.
  Refactoring socketio so real-time works around username restrictions.
  Socket.IO v3 on the server too.
  Switching to Socket.IO v3.
  Haproxy splitting for socketio 3
  Socket.io 3
  Handling missing feed.
  Only nb.local.com uses ports for websockets.
  Adding GrazeTEN
  Full node install on setup.
  Updating toprc
  correct newsblur to newsblur_web in tasks
  Changing mongodb server.
  Fixing toprc
  Attempting to collect queries for 1% of requests by using DEBUG.
  Fixing mongo install.
  ...
2021-01-05 19:36:49 -05:00
Jonathan Math
68830f00a0 merge master 2021-01-03 12:06:25 -05:00
Samuel Clay
3a04def0eb Typo 2020-12-18 10:23:08 -05:00