misc: configure agenda data sources to notify errors (#56734) #918

Merged
fpeters merged 1 commits from wip/56734-notify-agenda-data-sources-errors into main 2023-12-15 09:22:09 +01:00
Owner
No description provided.
fpeters added 1 commit 2023-12-12 16:56:45 +01:00
fpeters changed title from WIP: misc: configure agenda data sources to notify errors (#56734) to misc: configure agenda data sources to notify errors (#56734) 2023-12-12 17:03:13 +01:00
fpeters reviewed 2023-12-12 17:04:01 +01:00
@ -1364,2 +1364,4 @@
datasource.data_source = {'type': 'json', 'value': url}
datasource.external_status = None # reset
datasource.record_on_errors = False # those will be internal publik errors
datasource.notify_on_errors = True # that should be notified to sysadmins.
Author
Owner

Comme il s'agit d'erreurs sur lesquelles l'admin fonctionnel ne pourrait de toute façon rien faire, je pose ça ainsi.

Comme il s'agit d'erreurs sur lesquelles l'admin fonctionnel ne pourrait de toute façon rien faire, je pose ça ainsi.
bdauvergne approved these changes 2023-12-12 18:16:58 +01:00
fpeters merged commit af5407f795 into main 2023-12-15 09:22:09 +01:00
fpeters deleted branch wip/56734-notify-agenda-data-sources-errors 2023-12-15 09:22:09 +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#918
No description provided.