¿Alguien sabe cómo solucionar este error?
Parece el mismo problema:
Pero en un idioma diferente.
1 me gusta
¿Eso no parece dar una respuesta sobre cómo arreglarlo?
¿Ve esto en el registro si es relevante?
1 me gusta
Hmm… parece que viene de aquí:
scheduler_hostname = ENV["UNICORN_SCHEDULER_HOSTNAME"]
if !scheduler_hostname || scheduler_hostname.split(",").include?(Discourse.os_hostname)
begin
MiniScheduler.start(workers: GlobalSetting.mini_scheduler_workers)
MiniSchedulerLongRunningJobLogger.new(
poll_interval_seconds:
ENV["DISCOURSE_MINI_SCHEDULER_LONG_RUNNING_JOB_LOGGER_POLL_INTERVAL_SECONDS"],
).start
rescue MiniScheduler::DistributedMutex::Timeout
sleep 5
retry
end
end
end
else
# Sidekiq#logger= applies patches to whichever logger we pass it.
# Therefore something like Sidekiq.logger = Rails.logger will break
# all logging in the application.
#
¿Quizás un problema de sidekiq?
sober
7 Diciembre, 2024 05:18
5
Consejos Traducción faltante No se pueden ignorar las sugerencias, siempre hay consejos
david
(David Taylor)
8 Diciembre, 2024 16:51
7
Gracias por los informes. El texto del mensaje será corregido por esta PR .
Mientras tanto, puedes leer sobre la depreciación de discourse-encrypt aquí:
Unfortunately due to the relatively low adoption rate, and high cost of maintenance, support for discourse-encrypt will be dropped after core’s next stable release in Q1 2025.
The original post of this topic has been updated with more information, and we’ll be introducing an automatic warning for admins of affected sites.
(El error DistributeMutex::Timeout en la captura de pantalla de los registros anterior no está relacionado con este problema de cadena de traducción en discourse-encrypt)
4 Me gusta