cron: rename internal variable for better traces (#86155) #1070

Merged
fpeters merged 1 commits from wip/86155-cron-hostname-variable into main 2024-02-23 19:03:57 +01:00
Owner
No description provided.
fpeters added 1 commit 2024-01-26 11:19:39 +01:00
fpeters reviewed 2024-01-26 11:46:05 +01:00
@ -50,2 +50,4 @@
single_tenant = True
domains = [domain]
else:
single_tenant = False
Author
Owner

C'est l'occasion de clarifier le code plus bas, qui utilisait la variable domain pour voir si on était sur une exécution ciblée ou pas, maintenant on boucle for domain in domains: et il y a cette variable explicite.

C'est l'occasion de clarifier le code plus bas, qui utilisait la variable domain pour voir si on était sur une exécution ciblée ou pas, maintenant on boucle `for domain in domains:` et il y a cette variable explicite.
fpeters changed title from WIP: cron: rename internal variable for better traces (#86155) to cron: rename internal variable for better traces (#86155) 2024-01-26 11:46:10 +01:00
lguerin approved these changes 2024-02-20 10:35:16 +01:00
fpeters merged commit cfc791d1cf into main 2024-02-23 19:03:57 +01:00
fpeters deleted branch wip/86155-cron-hostname-variable 2024-02-23 19:03:57 +01:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: entrouvert/wcs#1070
No description provided.