Commit Graph

1790 Commits

Author SHA1 Message Date
8c23cff17b remove limit on the sync reading progress job 2024-02-07 11:09:30 +08:00
d7a81483cf resolve conflicts 2024-02-06 17:02:00 +08:00
1b60694579 lint 2024-02-06 16:54:44 +08:00
efd8119e02 reduce sql error 2024-02-06 16:53:32 +08:00
7e022e3294 reduce find user query 2024-02-06 16:53:32 +08:00
a37bfab348 update create article api 2024-02-06 16:53:32 +08:00
4eba7df84c always upsert library items 2024-02-06 16:53:32 +08:00
468f835f9e Merge pull request #3502 from omnivore-app/fix/bullmq-job-retry-backoff
increase the seed valud of backoff delay to 2 seconds
2024-02-06 15:09:40 +08:00
95fabe1dbf keep completed jobs for up to 24 hours and failed jobs for 7 days 2024-02-06 14:21:00 +08:00
a939180dc9 fix: dedupe update-db job by using library_item_id as job_id 2024-02-06 14:10:53 +08:00
3477da59bb Merge pull request #3503 from omnivore-app/fix/force-update-reading-progress
do not update db immediately for force update of reading progress
2024-02-06 13:12:23 +08:00
d77fad804a fix tests 2024-02-05 18:29:58 +08:00
37c75865d1 do not update db immediately for force update of reading progress 2024-02-05 16:56:48 +08:00
53f63b90d7 increase the seed valud of backoff delay to 2 seconds 2024-02-05 16:26:05 +08:00
2d6bd0779f Dont fetch from rsshub 2024-02-03 19:08:25 +08:00
0a38cd6422 More attempts now that lock timeouts are lower 2024-02-03 19:08:13 +08:00
dde80091b4 Merge pull request #3494 from omnivore-app/fix/rss-more-content-fetch-blocks
Add rss.arxiv and daringfireball to content fetch block lists
2024-02-03 10:57:04 +08:00
7fffa8ce75 Add some logging 2024-02-03 10:04:40 +08:00
46affc0508 Add xkcd 2024-02-03 10:02:25 +08:00
36915ec1ec Add rss.arxiv and daringfireball to content fetch block lists 2024-02-03 10:01:18 +08:00
7937c73de1 Remove old warning thats no longer needed 2024-02-03 09:54:54 +08:00
9102fc9ae4 Merge pull request #3491 from omnivore-app/fix/dont-sync-readingtime-too-soon
Only sync reading times if they are more than a minute old
2024-02-03 09:09:52 +08:00
a745e72ce4 Allow setting postgres extra options via envvar 2024-02-03 08:57:41 +08:00
9cc046e3a2 Only sync reading times if they are more than a minute old
this should hopefully reduce contention with other rules running
2024-02-02 20:41:14 +08:00
b68adc5983 fix tests 2024-02-02 17:05:09 +08:00
df2dbb2916 fix: find library item by url not using correct index 2024-02-02 16:46:13 +08:00
74783313da fix query 2024-02-02 16:18:41 +08:00
1742ffda24 change priority to 5 2024-02-02 16:18:41 +08:00
25e374f6ff fix: replace webhook endpoint with a bullmq job 2024-02-02 16:18:40 +08:00
5e49131fc2 Merge pull request #3470 from omnivore-app/fix/async-bulk-action
async bulk action on item count > 100 and create batch jobs
2024-02-02 16:00:12 +08:00
54a4022409 reduce size 2024-02-02 15:45:11 +08:00
e980be7771 skip test 2024-02-02 14:14:41 +08:00
26b7103f0b improve batch update 2024-02-02 13:13:18 +08:00
d339c5e8f1 Use the md5 index when looking up library items by original url 2024-02-02 13:08:00 +08:00
2d1eebfad8 remove size 2024-02-02 12:21:08 +08:00
9c28726a9b add parent config 2024-02-02 11:49:02 +08:00
1bccf33320 add job_id and parent for tracking 2024-02-02 10:50:07 +08:00
ed7ac6c1b4 Fix typo in lifecycle endpoint path 2024-02-01 20:25:52 +08:00
2a0e6f8fa4 fix tests 2024-02-01 17:44:32 +08:00
702bd6c3c6 async bulk action on item count > 100 and create batch jobs 2024-02-01 17:44:30 +08:00
7f4f7c6a80 Merge pull request #3479 from omnivore-app/fix/queue-processor-lifecycle-hook
Implement a lifecycle hook for queue processor so it can shut down gracefully
2024-02-01 17:01:11 +08:00
8ac696e87d Merge pull request #3480 from omnivore-app/fix/mark-read-action
fix: update reading progress in cache when mark as read action was triggered by a rule
2024-02-01 16:56:21 +08:00
252443f1e4 fix: update reading progress in cache when mark as read action was triggered in a rule 2024-02-01 16:45:08 +08:00
0e9e331e18 Implement a lifecycle hook for queue processor so it can shut down gracefully 2024-02-01 16:43:57 +08:00
3feef7ca66 Use the DB stored reading progress when calculating maxes 2024-02-01 16:23:21 +08:00
f03b7182b3 Merge pull request #3460 from omnivore-app/feat/reading-progress-write-behind
Write behind cache for reading progress
2024-02-01 14:43:45 +08:00
abaf726044 revert the change of priority 2024-02-01 13:22:06 +08:00
19fe60d27a change the update-db job priority to 5 and use exponential backoff strategy for retrying 2024-02-01 13:14:01 +08:00
e13c418389 remove the inner join with highlights table in the sql of update-label job 2024-02-01 13:09:50 +08:00
02c28be403 reduce unction is no longer async 2024-02-01 11:24:13 +08:00