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
It was used for the old container management, but it's been replaced by LRU. Confirm that Refinery doesn't need it before removing.
For example, tasks.py:
@task()defdjango_docker_cleanup():
# TODO: Specify manager, if not defaultDockerClientWrapper().purge_inactive(
settings.DJANGO_DOCKER_ENGINE_SECONDS_INACTIVE
)
It was used for the old container management, but it's been replaced by LRU. Confirm that Refinery doesn't need it before removing.
For example,
tasks.py
:@jkmarx and @scottx611x : Opinions?
The text was updated successfully, but these errors were encountered: