Commit graph

10 commits

Author SHA1 Message Date
s3lph
3465e92d03 Codestyle: bare except 2019-09-01 23:18:23 +02:00
s3lph
dec4e98a0c Use a logger rather than print statements.
Unfortunately, bottle.py logs to stderr/stdout on its own.
2019-09-01 23:14:55 +02:00
s3lph
2ceb141864 Prepare release v0.2 2019-09-01 02:04:43 +02:00
s3lph
326ecf2a73 Merge branch 'feature/background-scrape' into 'dev'
Feature: Background Scrape

See merge request s3lph/icalendar-timeseries-server!1
2019-08-21 12:25:06 +00:00
s3lph
96064eec12 Remove unnecessary code for initial calendar scrape. 2019-08-21 13:57:38 +02:00
s3lph
4cc8adc7b9 Secure all critical sections using _SCRAPE_CACHE with a lock. 2019-08-21 13:52:25 +02:00
s3lph
8d3e28a11d Move first scrape from foreground to background 2019-08-21 13:51:43 +02:00
s3lph
ffc720cabe Update unit tests to work with per-calendar scrape intervals. 2019-08-21 13:40:16 +02:00
s3lph
bc024ea82d WIP: Implement regular scraping of the calendar sources in the background, instead of blocking in the foreground process 2019-08-20 15:53:51 +02:00
s3lph
5722fd7c98 Rename project to icalendar-timeseries-server 2019-08-20 00:24:51 +02:00