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
better guarding of accessing this (but ideally without entirely tying the processor module to the Flask front-end, as @main._internal_only would imply — which also would add a circular import), and
more detailed logging as to what exactly is accessing the secrets (run_id, uploader would be obvious — or maybe we should do this for all logging from the processor via a LoggerAdapter?)
The text was updated successfully, but these errors were encountered:
Accessing secrets to the results-processor is being added in #4025; see https://github.com/web-platform-tests/wpt.fyi/pull/4025/files#r1786456351 for discussion here.
Ideally we'd have both:
@main._internal_only
would imply — which also would add a circular import), andrun_id
,uploader
would be obvious — or maybe we should do this for all logging from the processor via aLoggerAdapter
?)The text was updated successfully, but these errors were encountered: