ML error
is this an actual error or nothing to worry about?
2023-09-23T16:56:37.710046172Z Could not find image processor class in the image processor config or the model config. Loading based on pattern matching with the model's feature extractor configuration.
2023-09-23T16:56:48.042341593Z Could not find image processor class in the image processor config or the model config. Loading based on pattern matching with the model's feature extractor configuration.
2023-09-23T16:56:49.267362594Z /opt/venv/lib/python3.11/site-packages/transformers/models/convnext/feature_extraction_convnext.py:28: FutureWarning: The class ConvNextFeatureExtractor is deprecated and will be removed in version 5 of Transformers. Please use ConvNextImageProcessor instead.
2023-09-23T16:56:49.267442136Z warnings.warn(
9 Replies
You can ignore these warning
what about microservices keeps restarting?
Can you post your docker-compose and .env, do you limit ram usaeg on the container?
i have a bunch of failed tasks that i want to get fixed, but i cant figure out how to do it



You can bring down the stack, then remove the redis container
It would then requeue the failed job afaik
memory: 256M
on microservices
you probably need more than that
try increasing until it doesn't get killed anymoreokay. that and redis? ill try
do i remove the redis volume or container, both?
redis doesn't have volume, so remove the contianer should be fine