From 523b2c50337f7ffebf2e7d60058abb88c6f47fd7 Mon Sep 17 00:00:00 2001 From: berkay Date: Sun, 24 Nov 2024 18:47:13 +0300 Subject: [PATCH] crontab updated --- service_account_records/app_accounts.py | 1 - service_app_banks/mailService.Dockerfile | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/service_account_records/app_accounts.py b/service_account_records/app_accounts.py index 4b69ba6..7104e8c 100644 --- a/service_account_records/app_accounts.py +++ b/service_account_records/app_accounts.py @@ -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( diff --git a/service_app_banks/mailService.Dockerfile b/service_app_banks/mailService.Dockerfile index ba73d0f..88efa70 100644 --- a/service_app_banks/mailService.Dockerfile +++ b/service_app_banks/mailService.Dockerfile @@ -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