Skip to content

Create new cache handler #680

Create new cache handler

Create new cache handler #680

Triggered via pull request December 30, 2024 20:39
@cuom1999cuom1999
synchronize #144
django4.2
Status Success
Total duration 24s
Artifacts

init.yml

on: pull_request
Run linters
13s
Run linters
Fit to window
Zoom out
Zoom in

Annotations

1 error and 1 warning
/home/runner/work/online-judge/online-judge/judge/caching.py#L4
from django.db import models import hashlib from inspect import signature MAX_NUM_CHAR = 50 + # Utility functions def arg_to_str(arg): """Convert arguments to strings for generating cache keys.""" if hasattr(arg, "id"):
Run linters
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636