-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crontab : queueFeeds.js or updateFeeds.js #41
Comments
Also I reinstalled rss-to-activitypub today and I noticed that if I never launched |
Also it seems that updateFeeds.js never quits after doing it's job.
On the log's last line :
All my feeds have been properly queried. |
You need to run updateFeeds.js (as daemon) and add queueFeeds.js to CRON. |
Hello @dariusk
Previously, I used for my crontab
updateFeeds.js
. Then you added the queue system, and I see on the changelog you say we have to create a crontab to runqueueFeeds.js
.Nonetheless when I query
queueFeeds.js
I just have "!!! 69" et no other output and nothing seems to happen next.When I run
updateFeeds.js
, I have the same output as before, and it's working properly.So, what's the good thing to do ?
In think in both cases it queries beanstalkd because I don't have "ECONNREFUSED" anymore.
Thank you
The text was updated successfully, but these errors were encountered: