You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While the task_event_handler method of utils.py is called properly with the requested event type when a task is requested, this type of event is not handled properly.
I suggest that we add this event to the list of handlers function, and the function does nothing: no log, no state change, just it exists so that we can enrich it if needed AND notifications are properly called so solve zimit-frontend issue.
The text was updated successfully, but these errors were encountered:
While the
task_event_handler
method ofutils.py
is called properly with therequested
event type when a task is requested, this type of event is not handled properly.See e.g. https://kiwixorg.grafana.net/explore?schemaVersion=1&panes=%7B%22yh9%22:%7B%22datasource%22:%22grafanacloud-logs%22,%22queries%22:%5B%7B%22refId%22:%22A%22,%22expr%22:%22%7Bnamespace%3D%5C%22zimit%5C%22%7D%20%7C%20pod%20%3D~%20%60api-deployment.%2A%60%20%7C%3D%20%60Other%20event%60%22,%22queryType%22:%22range%22,%22datasource%22:%7B%22type%22:%22loki%22,%22uid%22:%22grafanacloud-logs%22%7D,%22editorMode%22:%22builder%22%7D%5D,%22range%22:%7B%22from%22:%22now-6h%22,%22to%22:%22now%22%7D%7D%7D&orgId=1
This has a consequence in zimit-frontend: openzim/zimit-frontend#74
I suggest that we add this event to the list of handlers function, and the function does nothing: no log, no state change, just it exists so that we can enrich it if needed AND notifications are properly called so solve zimit-frontend issue.
The text was updated successfully, but these errors were encountered: