FreshRSS does not Sync Feeds anymore
-
Since a few days I have noticed none of my FreshRSS app automatically sync new feed items (configured every 20 min in the app) the last app update was two month ago so I have no idea what changed, in theory nothing, this started here on the 23 of August and since I have been forced to manually log in to each account and update the feeds manually, If I don't, the app simply stay at the last sync and does not automatically fetch new items.
Manual Sync appears in the log just fine, what I don't see anymore is the app doing this for each user automatically every 20 minutes like it used to do for years..
I'm not sure where to start to understand what's happening here...
Any of you stuck with all your feeds dated a few days ago ?
-
I've not checked my install of this for ages, but just did so and it has a load of new items from today so I guess it's still ticking over OK
-
@girish @nebulon all my FreshRSS apps stoppped running the actualize script on the 23th of August at the same time, same in all the log file
2021-08-23T09:41:40.000Z - - - [23/Aug/2021:09:41:40 +0000] "GET / HTTP/1.1" 200 446 "-" "Mozilla (CloudronHealth)"
2021-08-23T09:41:44.000Z FreshRSS actualize polbegov...
2021-08-23T09:41:44.000Z FreshRSS actualization done for 2 users, using 10.00 MiB of memory, in 0 day(s), 0 hour(s), 0 minute(s) and 14 seconds.
2021-08-23T09:41:44.000Z Results:
2021-08-23T09:41:44.000Z euwatch OK
2021-08-23T09:41:44.000Z polbegov OK
2021-08-23T09:41:44.000Z End. -
@girish That solved the issue nicely !
Aug 28 17:42:50 - - - [28/Aug/2021:15:42:50 +0000] "GET / HTTP/1.1" 200 446 "-" "Mozilla (CloudronHealth)"
Aug 28 17:42:50 ==> Run actualize script
Aug 28 17:42:50 FreshRSS starting feeds actualization at 2021-08-28T15:42:50+00:00
Aug 28 17:42:50 FreshRSS actualize euwatch...
Aug 28 17:42:50 FreshRSS actualize polbegov...I'm not seeing any error that might have caused this but happy to look elsewhere under your direction and export logs if necessary
-
@robi the cron within the app container is not active in all apps. Additionally we have a cron feature from the platform, which is used in this case. That will run the jobs in their own container, instead of within the main app container. This essentially reduces the amount of active processes overall.