Skip to content

mirrors-qa worker cronjob #402

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

Closed
rgaudin opened this issue Apr 10, 2025 · 1 comment
Closed

mirrors-qa worker cronjob #402

rgaudin opened this issue Apr 10, 2025 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@rgaudin
Copy link
Member

rgaudin commented Apr 10, 2025

  • worker was stuck due to invalid credentials
  • running the refresh script fixed the issue
  • crond apparently runs properly (Apr 10 06:25:01 worker.mirrors-qa.kiwix.org CRON[911870]: (root) CMD (test -x /usr/sbin/anacron || { cd / && run-parts --report /etc/cron.daily; })
  • test -x /usr/sbin/anacron || { cd / && run-parts --report /etc/cron.daily; } properly collects the refresh_proton script (run-parts --list /etc/cron.daily as well)
@rgaudin rgaudin added the bug Something isn't working label Apr 10, 2025
@rgaudin
Copy link
Member Author

rgaudin commented Apr 28, 2025

Changed method to systemd because it's easier to test/confirm it's working. I believe the issue was the -it flag on docker run command which requires a TTY that could not be obtained.

@rgaudin rgaudin self-assigned this Apr 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant