Conversation
Notices
-
Friendica News (news@forum.friendi.ca)'s status on Monday, 20-Nov-2017 03:24:13 EST Friendica News Changes in the background process
As part of reworking the code base there today changes in the development branch landed, that require some manual configuration changes. If you are using the development branch, and have pulled the latest code from github (everything after the PR The poller is now the worker and we have a “scripts” folder https://github.com/friendica/friendica/pull/3920 #3920) you need to do the following adjustment to your cron job.
Change the old process from
*/10 * * * * cd /home/myname/mywebsite; /usr/bin/php include/poller.php
to
*/10 * * * * cd /home/myname/mywebsite; /usr/bin/php scripts/worker.php
but remember to adopt your actual path and interval settings.
If you are running the stable 3.5.4 release (or before) you don’t need to change anything at the moment!