From 1cd977fb0b6d3c596f1caccf2c3d7dbfc29d3d73 Mon Sep 17 00:00:00 2001 From: Yohann D'ANELLO <ynerant@crans.org> Date: Sat, 19 Jun 2021 00:19:09 +0200 Subject: [PATCH] Rename script that refresh the Note Kfet access token --- ...efresh_access_token.py => refresh_note_kfet_access_token.py} | 0 constellation.cron | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename billing/management/commands/{refresh_access_token.py => refresh_note_kfet_access_token.py} (100%) diff --git a/billing/management/commands/refresh_access_token.py b/billing/management/commands/refresh_note_kfet_access_token.py similarity index 100% rename from billing/management/commands/refresh_access_token.py rename to billing/management/commands/refresh_note_kfet_access_token.py diff --git a/constellation.cron b/constellation.cron index cf0b76a..0f1f60c 100644 --- a/constellation.cron +++ b/constellation.cron @@ -2,4 +2,4 @@ 24 4 * * * www-data constellation check_consistency # Note Kfet access token expires in 10 hours -59 */8 * * * www-data constellation refresh_access_token -v 0 +59 */8 * * * www-data constellation refresh_note_kfet_access_token -v 0 -- GitLab