You’re welcome! Great to hear that :) I wonder why Cron job is the recommended method by Friendica. When I saw that in the installation guide I was like “naah I’ll stick with the “non-recommended” method” 😃
@eshep@serenity@f00fc7c8@rom@anders I wonder as well. Maybe Cron is considered more reliable as it starts new process every few minutes and if it fails for some reason it will be restarted automatically. Daemon requires more configuration.
@eshep @serenity @f00fc7c8 @rom @anders Thanks, I’ll try this and see how it compares with cron!
@shuro
@serenity @fediverse @rom @eshep @f00fc7c8
Alright. Good luck 😃 feel free to ask if needed :)
@eshep @serenity @f00fc7c8 @rom @anders Thanks for the advice to switch to daemon - now it doesn’t have delays before sending posts and comments.
Now it works even better :)
@shuro
@serenity @fediverse @rom @eshep @f00fc7c8
You’re welcome! Great to hear that :) I wonder why Cron job is the recommended method by Friendica. When I saw that in the installation guide I was like “naah I’ll stick with the “non-recommended” method” 😃
@eshep @serenity @f00fc7c8 @rom @anders I wonder as well. Maybe Cron is considered more reliable as it starts new process every few minutes and if it fails for some reason it will be restarted automatically. Daemon requires more configuration.
@serenity @rom @eshep @f00fc7c8 @shuro yeah maybe.
I have it in a docker container with “restart: always” so if it crashes then it will just restart.