codl
2b39a61442
increased task frequency for refreshes. decreased for bookkeeping
2019-03-11 12:18:51 +01:00
codl
0f3df6ad24
remove leftover debug print, standardise task prints
2019-03-11 12:12:04 +01:00
codl
249fab7014
make fetch_acc unique
...
now that it doesn't carry state info in its arguments, it's safe to skip
dupes
2019-03-11 12:08:47 +01:00
codl
fc06355bca
Merge pull request #170 from codl/fix-fetch-acc
...
fix crash in fetch_acc when user has no posts
2019-03-11 03:19:14 +01:00
codl
1430361763
Merge pull request #169 from codl/fix-deadlock
...
disable autoflush in refresh_posts, fixing deadlocks. closes GH-19
2019-03-11 03:18:58 +01:00
codl
6d6184f3d8
disable autoflush in refresh_posts, fixing deadlocks. closes GH-19
2019-03-11 03:10:32 +01:00
codl
84089f8a40
refresh_account: increment backoff if something crashes
...
this is kind of a hotfix for the thing with pleroma returning bad error
messages crashing mastodon.py. but it's good practice anyway
2019-03-11 03:10:06 +01:00
codl
84e0ad6b1f
fix crash in fetch_acc when user has no posts
2019-03-09 15:56:07 +01:00
codl
dfcc9287b8
check for existence before refreshing oldest post/account
...
this only happens when you don't have any accounts yet and it is a bad
look the first time you set up a new forget install
2019-03-08 01:24:13 +01:00
codl
4054ebfffd
Merge branch 'master' into fix-refresh
2019-02-24 16:35:44 +01:00
codl
d5e0b43c9e
fix: posts not getting refreshed
...
turns out i was not touching updated_at, so i'd always be refreshing
the same posts unless one of them actually changed
this is embarassing, there are posts in the DB that haven't been
refreshed since 2017
2019-02-24 16:28:59 +01:00
codl
a6c5361138
more robust fetching. closes #13
...
this also refactors libforget so neither the twitter or mastodon lib
insert posts directly
2019-02-24 15:40:41 +01:00
codl
c54390801c
code quality fixes
...
also ran yapf on tasks.py
2018-08-14 03:51:14 +02:00
codl
b3de8e10ac
add exponential backoff
2018-07-06 01:44:30 +02:00
codl
e2f1ca1732
replace messy version stuff with versioneer
2018-01-31 23:16:54 +01:00
codl
51e070af3d
three-way favourite policy. closes #18
2018-01-03 18:00:59 +01:00
codl
b11ffbbc11
more knob twiddling
2017-12-28 15:30:02 +01:00
codl
e6a582431d
twiddle knob
2017-12-28 13:22:15 +01:00
codl
8b7db5cce2
simplify mastodon instance scoring
2017-12-28 13:12:55 +01:00
codl
9574476491
OOPS WHOOPS uh oh
2017-12-28 03:25:27 +01:00
codl
ada719faeb
add ability to keep only posts without media
...
closes #16
2017-12-28 03:02:08 +01:00
codl
c0c1591dfa
shorten delay between delete queue ups
2017-12-27 22:01:45 +01:00
codl
f2cdc30c9e
fix #17 ignore fav on retweets
...
im not sure how it works on mastodon so i just took the safe option
2017-12-27 21:25:09 +01:00
codl
8422b6d89b
add soft and hard time limits to every task
2017-09-30 20:44:27 +02:00
codl
a6870d3775
codacy
2017-09-24 23:54:03 +02:00
codl
fd0bd49bdd
lol oops
2017-09-21 02:33:00 +02:00
codl
fb65bcf0ac
dont open one redis client per task 👀
2017-09-21 02:27:30 +02:00
codl
0d7c1af13d
twiddle knob
2017-09-21 02:19:42 +02:00
codl
0ad980f499
twiddle knob
2017-09-21 01:25:25 +02:00
codl
c135dc793e
rename lib to libforget
2017-09-20 23:04:44 +02:00
codl
89e35786d0
oops!!!!!
2017-09-20 14:44:01 +02:00
codl
06c0de29da
oops
2017-09-20 14:42:45 +02:00
codl
6bce7b1d04
make sure only one of each task runs at once
2017-09-20 14:39:31 +02:00
codl
b0b17ae39f
oops
2017-09-20 12:58:16 +02:00
codl
53c2e8a023
another measure to avoid hitting rate limits
2017-09-20 12:41:10 +02:00
codl
02b564283f
twiddle the knob
2017-09-17 19:11:45 +02:00
codl
34b6f622a1
oops! oops. forgot to commit transaction
2017-09-17 15:21:48 +02:00
codl
614db2964d
update mastodon instance score based on active accounts
...
this is far more interesting than updating every time someone logs in,
since users don't have a reason to log in very often
2017-09-17 15:12:46 +02:00
codl
7c8c49a2ae
an attempt at preventing hitting rate limits on mastodon
...
most tasks don't need to be retried if they have failed, they will be
queued up again in the next batch
2017-09-16 20:08:06 +02:00
codl
bde08c6c49
pylint
2017-09-06 13:08:06 +02:00
codl
840f56a769
send PermanentErrors to sentry
2017-09-05 13:01:33 +02:00
codl
e8dbcb1d14
oops!!!!!
2017-09-05 00:08:33 +02:00
codl
edf7732e67
overhaul and abstract errors in service libs
...
also add support for making an account dormant if there is a permanent
error
2017-09-04 22:15:05 +02:00
codl
5e22a0531f
capitalise service names
2017-09-04 22:15:04 +02:00
codl
7e677f4f97
whoops. move actions taken on unreachable accs to the celery task
...
it's not each service lib's job to deal with this
2017-09-02 20:00:44 +02:00
codl
1d677de7b4
add mechanism for showing reason for disabling account
2017-09-02 19:47:18 +02:00
codl
8506c920b6
fiddle with schedules
2017-09-01 01:45:24 +02:00
codl
2ad5df5fbb
lower minimum staleness for fetch
2017-08-31 20:48:26 +02:00
codl
20d765e0d1
pylint
2017-08-29 21:31:30 +02:00
codl
571ac0633b
fix 'cannot choose from an empty sequence'
2017-08-29 20:48:04 +02:00