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
Description
I started to get the following error regularly when performing a search
MeiliSearch::CommunicationError: An error occurred while trying to connect to the MeiliSearch instance: failed to connect: getaddrinfo: nodename nor servname provided, or not known
This code is running in a background job every 10 minutes, through a cron job setup with good_job. When it happens, which is irregular, it seems to happen a couple of times before it stops throwing an error and starts working again.
It definitely seems to be related to the timeout issue reported previously #355 as it also throws the same error before causing the error above. See the attached screenshot
The Episode index is very small, about 150 entries with relatively little data.
Screenshots or Logs
If applicable, add screenshots or logs to help explain your problem.
Environment (please complete the following information):
It looks like it might be a problem with the connection logic, probably specific to background jobs. It looks like you can stop using that httprb branch and switch to main. I'll see if I can reproduce it.
Description
I started to get the following error regularly when performing a search
The code is a simple search request:
This code is running in a background job every 10 minutes, through a cron job setup with good_job. When it happens, which is irregular, it seems to happen a couple of times before it stops throwing an error and starts working again.
It definitely seems to be related to the timeout issue reported previously #355 as it also throws the same error before causing the error above. See the attached screenshot
The Episode index is very small, about 150 entries with relatively little data.
Screenshots or Logs
If applicable, add screenshots or logs to help explain your problem.
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: