Skip to content
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

Update crontab #6

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions docker/crontab
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
@reboot /usr/local/bin/python -m hh_applicant_tool -vv -c /app/config.json apply-similar
0 13,21 * * * /usr/local/bin/python -m hh_applicant_tool -vv -c /app/config.json apply-similar
@reboot /usr/local/bin/python -m hh_applicant_tool -vv -c /app/config.json update-resumes
0 */4 * * * /usr/local/bin/python -m hh_applicant_tool -vv -c /app/config.json update-resumes
@reboot /usr/local/bin/python -m hh_applicant_tool -vv -c /app/config.json apply-similar --resume-id *resume-id* --message-list *path to message.txt* --force-message
0 13,21 * * * /usr/local/bin/python -m hh_applicant_tool -vv -c /app/config.json apply-similar --resume-id *resume-id* --message-list *path to message.txt* --force-message
@reboot /usr/local/bin/python -m hh_applicant_tool -vv -c /app/config.json clear-negotiations --blacklist-discard
0 13,21 * * * /usr/local/bin/python -m hh_applicant_tool -vv -c /app/config.json clear-negotiations --blacklist-discard
@reboot /usr/local/bin/python -m hh_applicant_tool -vv -c /app/config.json reply-employers --resume-id *resume-id* --max-pages 10000 "Меня заинтересовала ваша вакансия %(vacancy_name)s. Прошу рассмотреть мою кандидатуру. С уважением, %(first_name)s %(last_name)s"
0 13,21 * * * /usr/local/bin/python -m hh_applicant_tool -vv -c /app/config.json reply-employers --resume-id *resume-id* --max-pages 10000 "Меня заинтересовала ваша вакансия %(vacancy_name)s. Прошу рассмотреть мою кандидатуру. С уважением, %(first_name)s %(last_name)s"
@reboot /usr/local/bin/python -m hh_applicant_tool -vv -c /app/config.json refresh-token
0 19 * * * /usr/local/bin/python -m hh_applicant_tool -vv -c /app/config.json refresh-token