crontab updated
This commit is contained in:
parent
e119c66d3c
commit
523b2c5033
|
|
@ -18,7 +18,6 @@ from api_library.date_time_actions.date_functions import system_arrow
|
|||
from databases.sql_models.building.build import BuildParts
|
||||
from databases.sql_models.building.decision_book import BuildDecisionBookPayments
|
||||
from databases.sql_models.others.enums import ApiEnumDropdown
|
||||
from service_account_records.configs import AccountConfig
|
||||
|
||||
|
||||
account_list = ListOptions(
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ RUN apt-get update && apt-get install -y cron
|
|||
# 11:00 Istanbul Time (UTC+3) system time is 08:00 UTC
|
||||
RUN echo "0 8 * * * /usr/local/bin/python /service_app_banks/app_mail_sender.py >> /var/log/cron.log 2>&1" > /tmp/crontab_list && crontab /tmp/crontab_list
|
||||
RUN echo "*/15 * * * * /usr/local/bin/python /service_app_banks/isbank/main_single_thread.py >> /var/log/cron.log 2>&1" >> /tmp/crontab_list && crontab /tmp/crontab_list
|
||||
RUN echo "*/15 * * * * /usr/local/bin/python " >> /tmp/crontab_list && crontab /tmp/crontab_list
|
||||
#RUN echo "*/15 * * * * /usr/local/bin/python " >> /tmp/crontab_list && crontab /tmp/crontab_list
|
||||
#RUN echo /service_app_banks/crontab_to_write > /tmp/crontab_list
|
||||
#RUN crontab /tmp/crontab_list
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue