Commit Graph

2891 Commits

Author SHA1 Message Date
c4b5739f3e Change time 2024-11-02 14:50:52 +08:00
75365f4811 Allow more frequent exports, give more data on account page 2024-11-02 14:50:38 +08:00
8e8bae9e1a Log state changes 2024-11-02 14:48:51 +08:00
3b7fc2b801 Add more logging to email sends 2024-11-02 13:04:23 +08:00
58a404b74b Make sure the exporter breaks 2024-11-02 12:14:42 +08:00
159b8276e0 Fix comment 2024-11-02 11:22:24 +08:00
b74b1d40fe Use a const for nextCursor 2024-11-02 11:19:25 +08:00
7599bbaded Add cursor to logs 2024-11-02 11:05:40 +08:00
37de640830 Prevent infinite loop in exporter 2024-11-02 10:49:52 +08:00
44f001801c Merge pull request #4479 from omnivore-app/jacksonh/export-expiration
Increase timeout on download links
2024-11-02 01:19:59 +08:00
f76f8c668c Increase timeout on download links 2024-11-02 01:05:43 +08:00
d027bae311 Send exports to the export queue 2024-11-01 23:46:57 +08:00
a8d4f7acd5 Prepare to give exporter its own queue 2024-11-01 23:33:46 +08:00
ee2b901fb6 Remove test 2024-11-01 23:19:56 +08:00
219e811c47 Fix async integration handler 2024-11-01 23:01:44 +08:00
21449b1eaa Disable the importer to give more resources to exports 2024-11-01 22:30:52 +08:00
a89234e356 Add exponential backoff for the export task 2024-10-31 15:26:13 +08:00
09fad9764a Disable posthog 2024-10-31 11:56:27 +08:00
400e69465b Disable non-essential jobs to give more resources to the exporter 2024-10-30 20:57:11 +08:00
cf03179d87 Disable YT transcript, add more export logging 2024-10-30 20:55:33 +08:00
468eedb10e Only allow 1 export per minute to debounce button being pressed multple times 2024-10-29 20:15:21 +08:00
88fe867916 Merge pull request #4353 from omnivore-app/fix/web-restore-articles
Allow deleted articles to be read and restored from the article page
2024-08-30 15:15:26 +08:00
f3e3d5746e Merge pull request #4350 from omnivore-app/feature/archive-account
feature/archive account
2024-08-30 14:58:06 +08:00
f89e44d5b9 redirect archived user to /account-archived page when login 2024-08-30 14:56:13 +08:00
cbdd40fe74 Allow deleted articles to be read and restored from the article page 2024-08-30 13:01:12 +08:00
70d6e9dcae reduce logs 2024-08-29 18:18:17 +08:00
43fb698bdc send page_update event if mark as unread 2024-08-29 14:23:32 +08:00
5b7d1bba93 remove set lock_timeout 2024-08-29 14:23:32 +08:00
f1c4f3be3b remove debugging logs 2024-08-29 14:23:32 +08:00
18a58ac99b redirect archived user to /export page when login 2024-08-29 14:23:32 +08:00
b22af65f93 add archived status to user account 2024-08-29 14:23:32 +08:00
e1b809f7d7 allow omnivore_admin to delete filters 2024-08-29 14:23:32 +08:00
3b9dd90cce remove comments 2024-08-29 12:42:42 +08:00
82943921b1 fix table permission 2024-08-27 18:05:06 +08:00
f77ded31e1 save export tasks in db and check db before starting export 2024-08-27 17:48:05 +08:00
0e523d8c73 upload readable content before exporting to cache the content 2024-08-27 15:33:04 +08:00
48b3f736f0 wait for write stream to finish 2024-08-27 14:57:31 +08:00
444c78f0cb use async job to handle exporter 2024-08-27 14:19:02 +08:00
a75acc5185 add export job and get api 2024-08-26 19:05:09 +08:00
1d50bc9506 improve search 2024-08-26 14:15:20 +08:00
7a4016ed0c Merge pull request #4318 from omnivore-app/feature/cache-rules
feature/cache rules
2024-08-26 14:13:20 +08:00
7add606b55 break save page into different db transactions from one big transaction to reduce lock time 2024-08-23 18:18:06 +08:00
7b1b3bd848 reduce rules trigger and thumbnail job priority to 10 and add delay 2024-08-23 17:07:49 +08:00
29bbba48c5 process rule sequentially 2024-08-23 17:07:05 +08:00
1485230af0 fix tests 2024-08-22 19:06:50 +08:00
69cb7825a0 cache api key and invalidate it once api key is revoked 2024-08-22 18:33:33 +08:00
5c9816b5b8 store verification token in redis with exp and destroy after use 2024-08-22 18:04:18 +08:00
47cea15480 keep up to 1 hour complete tasks and up to 1 day failed tasks 2024-08-22 15:27:59 +08:00
3cd3817569 update the env var name 2024-08-22 12:27:26 +08:00
fe87d23a91 use cloud task for fetching content of rss items if USE_CONTENT_FETCH_QUEUE is not set to true in the environment 2024-08-22 12:24:41 +08:00