Maksym Pavlenko
|
c9b6f7e7b0
|
Add nginx routing
|
2019-05-30 12:57:07 -07:00 |
|
Maksym Pavlenko
|
11932bbce2
|
Rework playlist updates
|
2019-05-29 15:10:39 -07:00 |
|
Maksym Pavlenko
|
6296a2bb56
|
Do full resync for playlist items
|
2019-05-28 12:53:32 -07:00 |
|
Maksym Pavlenko
|
87782c1639
|
Minor updater improvements
|
2019-05-26 21:54:30 -07:00 |
|
Maksym Pavlenko
|
8f5472dc2b
|
Experimental SQS based updater
|
2019-05-26 16:19:17 -07:00 |
|
Maksym Pavlenko
|
1b06c7da60
|
Add updater mem limit
|
2019-05-19 15:22:05 -07:00 |
|
Maksym Pavlenko
|
93119373ba
|
Implement remote updater
|
2019-05-19 14:52:57 -07:00 |
|
Maksym Pavlenko
|
a97f7d3e16
|
Migrate updater from lambda to container
|
2019-05-19 12:53:58 -07:00 |
|
Maksym Pavlenko
|
d57f04efc2
|
Respond to HEAD requests
|
2019-05-18 14:23:08 -07:00 |
|
Maksym Pavlenko
|
d4dac931c8
|
Cache error feed responses
|
2019-05-18 01:02:19 -07:00 |
|
Maksym Pavlenko
|
eb166c7d49
|
Use compression to fit dynamodb's limits, rework Redis caching
|
2019-05-18 00:23:40 -07:00 |
|
Maksym Pavlenko
|
c5473e3bba
|
Migrate resolver from lambda to container
|
2019-05-17 22:55:21 -07:00 |
|
Maksym Pavlenko
|
f1192a948c
|
Rename function.py to resolver.py
|
2019-05-15 18:46:36 -07:00 |
|
Maksym Pavlenko
|
c18b1b0886
|
Enable gzip
|
2019-05-15 16:09:38 -07:00 |
|
Maksym Pavlenko
|
52c08fb039
|
Remove CF template
|
2019-05-14 23:48:37 -07:00 |
|
Maksym Pavlenko
|
28329de612
|
Remove scheduler
|
2019-05-14 23:47:47 -07:00 |
|
Maksym Pavlenko
|
355c23b1b9
|
Fix mime type handling
|
2019-05-14 21:04:39 -07:00 |
|
Maksym Pavlenko
|
7ef6902603
|
Rework nginx container to host static files only
|
2019-05-12 17:25:47 -07:00 |
|
Maksym Pavlenko
|
439883a6ad
|
Return 429 on QuotaExceeded exception
|
2019-05-12 13:32:05 -07:00 |
|
Maksym Pavlenko
|
44292ffa41
|
Use lambda proxy handler integration
|
2019-05-12 12:57:04 -07:00 |
|
Maksym Pavlenko
|
7bf68f5448
|
Add static target
|
2019-05-11 11:56:15 -07:00 |
|
Maksym Pavlenko
|
6f96be168d
|
Update linter
|
2019-05-09 10:36:35 -07:00 |
|
Maksym Pavlenko
|
bc41f49123
|
Add debug flag
|
2019-05-09 10:23:06 -07:00 |
|
Maksym Pavlenko
|
879d35e57b
|
Better AWS configuration handling
|
2019-05-09 10:21:16 -07:00 |
|
Maksym Pavlenko
|
4a33a7d11c
|
Rework configuration management
|
2019-05-09 10:16:13 -07:00 |
|
Maksym Pavlenko
|
af5c95f7e8
|
Cleanup vimeo builder
|
2019-05-07 21:29:20 -07:00 |
|
Maksym Pavlenko
|
6318ad34a4
|
Cleanup youtube builder
|
2019-05-07 21:08:09 -07:00 |
|
Maksym Pavlenko
|
5cfa2918ef
|
Fix size calculator
|
2019-04-24 21:11:09 -07:00 |
|
Maksym Pavlenko
|
5046e2d7a0
|
Update youtube-dl
|
2019-04-23 20:32:45 -07:00 |
|
Maksym Pavlenko
|
655b57d2a8
|
Fix resolver for audio (return m4a file instead of XML)
|
2019-04-14 18:16:25 -07:00 |
|
Maksym Pavlenko
|
960faf9676
|
Decrease resolve quota
|
2019-04-14 17:48:54 -07:00 |
|
Maksym Pavlenko
|
05ed843e91
|
Fix timestamp marshaling
|
2019-04-14 14:39:11 -07:00 |
|
Maksym Pavlenko
|
ed4d7db2e6
|
Add more logging
|
2019-04-08 00:25:18 -07:00 |
|
Maksym Pavlenko
|
1fa9d3141b
|
Cache feeds in Redis
|
2019-04-07 23:42:25 -07:00 |
|
Maksym Pavlenko
|
060ee2155b
|
Save cache even if DynamoDB request failed
|
2019-04-07 22:26:15 -07:00 |
|
Maksym Pavlenko
|
f8db8c8636
|
Use cache for error feeds to reduce spamming
|
2019-04-07 22:07:38 -07:00 |
|
Maksym Pavlenko
|
da4b824e51
|
Add nil checks to reduce panics
|
2019-04-07 22:04:51 -07:00 |
|
Maksym Pavlenko
|
764eb11a43
|
Don't return zero file size from updater
|
2019-04-07 21:55:56 -07:00 |
|
Maksym Pavlenko
|
4cfd7e762e
|
Reduce logging in handler
|
2019-04-07 21:43:39 -07:00 |
|
Maksym Pavlenko
|
10f52655a3
|
Reuse AWS credentials for Lambda
|
2019-04-07 16:46:48 -07:00 |
|
Maksym Pavlenko
|
4a28b12168
|
Integrate incremental lambda updater
|
2019-04-07 16:44:37 -07:00 |
|
Maksym Pavlenko
|
4d8e727b67
|
Add Makefile for updater
|
2019-04-07 14:59:39 -07:00 |
|
Maksym Pavlenko
|
9800feade5
|
Refactor updater
|
2019-04-07 13:10:51 -07:00 |
|
Maksym Pavlenko
|
7cbe577e0f
|
Initial scheduler implementation
|
2019-04-06 23:18:41 -07:00 |
|
Maksym Pavlenko
|
2c86d6aed2
|
Fix panic when no thumbnails returned from YouTube
|
2019-04-06 13:39:55 -07:00 |
|
Maksym Pavlenko
|
f4e92ef642
|
Don't return error if unable to save feed to Dynamo
|
2019-04-06 13:29:11 -07:00 |
|
Maksym Pavlenko
|
929041c692
|
Truncate long episode descriptions
|
2019-04-06 13:28:36 -07:00 |
|
Maksym Pavlenko
|
20bf7c7e53
|
Increase cache TTL
|
2019-04-06 12:57:25 -07:00 |
|
Maksym Pavlenko
|
4b3dba4218
|
Write feed only if updated
|
2019-04-06 12:54:09 -07:00 |
|
Maksym Pavlenko
|
6109fba518
|
A few minor logging fixes
|
2019-04-06 12:28:15 -07:00 |
|