-
-
Notifications
You must be signed in to change notification settings - Fork 7
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
setting up crontab #1
Comments
Also, why was emit_notices being done by cron instead of celerybeat? |
IIRC, I resorted to cron because I couldn't get celery beat to work in this case. I can't recall the details. I can dig further if you want @eshellman |
thanks raymond. what about the startup? |
emit notices no longer needed. remaining question is whether something is needed so reboot restarts the server |
@eshellman One thing that needed to be addressed on reboot is setting up
Note the first part
I don't know whether re-creating |
@jekohk , @rdhyee I'm now building new Unglue.it machines using John's playbooks, and I've begun the process of cleaning out Raymond's equivalents. (see Gluejar/regluit:more-cleanup) One thing that seems to be missing from John's scripts is a crontab setup, which in Raymond's system are used only to run emit_notices.sh once a minute and to restart the server on reboot. Have I missed anything in John's work (now moved here)?
The text was updated successfully, but these errors were encountered: