Zammad: LDAP: se produjo un error durante la importación: método indefinido `ord 'para nil: NilClass

Creado en 7 mar. 2018  ·  28Comentarios  ·  Fuente: zammad/zammad

Infos:

  • Versión de Zammad utilizada: 2.3.0
  • Método de instalación (fuente, paquete, ..): yum
  • Sistema operativo: CentOS 7
  • Base de datos + versión: PostgreSQL 9.2.23
  • Versión de Elasticsearch: 5.6.7
  • Navegador + versión: Firefox / Chrome

Comportamiento esperado:

Después de la configuración y el análisis exitoso, al final de los pasos de configuración, de la importación, la importación debe ejecutarse sin fallas.

Comportamiento real:

Quiero importar 1923 usuarios de LDAP. Después de aproximadamente 1200-1300, la importación se detiene con el siguiente error:

Se produjo un error: método indefinido & grave; ord 'para nil: NilClass

nilClass.txt

Primero pensé, el problema es uno de los propios usuarios. Así que importé los usuarios solo parcialmente (a través del filtro LDAP), para encontrar el. Pero todo salió bien. Todas las importaciones parciales tuvieron éxito.

  1. ae (397 Usuario) trabajando
  2. fj (343 usuario) trabajando
  3. ko (480 Usuario) trabajando
  4. pt (507 Usuario) trabajando
  5. uz (197 Usuario) trabajando
  6. ft (1330 usuario) en funcionamiento
  7. fz (1527 Usuario) !!!

Desafortunadamente, el registro de errores no me da ninguna pista sobre cómo manejar esto o dónde buscar.

Pasos para reproducir el comportamiento:

  1. Configurar la importación a través de ldap o ldaps
  2. Intenta importar más de 1500 personas

Sí, estoy seguro de que se trata de un error y no se solicita una función o es una pregunta general.

LDAP bug import prioritised by payment verified

Comentario más útil

Solo una actualización rápida para cualquiera que esté siguiendo este problema: hemos preparado una solución y la estamos probando en una instancia de Zammad esta semana. Lo fusionaremos al final de la semana, siempre que el error no vuelva a aparecer para entonces.

Todos 28 comentarios

Hola @Sandalas - problema de conexión en la gema LDAP Ruby . Breve resumen: no hay contenido al leer el socket, lo que es inesperado.

Mi pregunta para ti: ¿Puedes reproducir esto de manera constante? Para nuestro cliente sucede de vez en cuando, pero no de forma persistente.

Tendremos que implementar una solución alternativa en Zammad para manejar esto correctamente. El plan actual es detectar cualquier excepción de la conexión LDAP mientras lee datos y verificar si es esta. Si es así, lanzaremos uno nuevo con un mensaje de error más comprensible para los humanos como "Se perdió la conexión LDAP al leer el socket. Vuelva a intentarlo y asegúrese de que la conexión sea estable". O algo como esto 🤔

Abordaremos esto en la próxima vez.

Hola @thorsteneckel : me preocupaba que el error fuera un error de backend del ruby.
Podría reproducir constantemente el error con cada ejecución de la importación LDAP, si hay más de 1500 usuarios para importar.
Lamentablemente no puedo darles más información en este momento. Tuve que reinstalar mi sistema con Zammad 2.2.0 para alcanzar mi fecha límite.
Pero planeo configurar un sistema de desarrollo con 2.3.0 la próxima semana. Si quieres, puedo pasarte más información a partir de ese momento, si vuelve a ocurrir (me temo que será).

¿Su otro cliente también instaló Zammad en un CentOS? ¿Si es posible que sea un problema con ruby ​​y otra 'característica' de CentOS?

PD: Después de buscar el error en el registro, mi primer pensamiento fue una protección dDos: para muchas solicitudes en poco tiempo en el mismo socket ... así que mejor apagado -> resultado: respuestas sin contenido

Entonces, ¿lo que está diciendo es que este problema solo ocurre en un Zammad 2.3? Eso es bastante interesante. Avíseme si tiene listo su sistema de desarrollo Zammad 2.3, entonces podemos ejecutar algunas pruebas 👍

Hola @Sandalas , ¿alguna actualización sobre este?

Hola @thorsteneckel :
Mi plan es probar la actualización desde 2.2.0 hasta ahora 2.4.0 (o debería probar la 2.3.0)

Utilice el último (2.4) - ¡gracias!

FYI: tengo la actualización de mi desarrollador programada para el 23.05. 😕

Hola @thorsteneckel : mi 2.4.0 está funcionando bien. Pero, lamentablemente, la importación de LDAP todavía presenta algunos problemas.
Esta vez con un comportamiento bastante interesante:

Sincronización iniciada manualmente: en funcionamiento
Sincronización programada: error

programado

05/24/2018 12:31 - 05/24/2018 12:34
An error occurred: undefined method `ord' for nil:NilClass
LDAP user to Zammad user (1319/1901)

manual

05/24/2018 13:20 - 05/24/2018 13:23
LDAP user to Zammad user (1901/1901):

programado

05/24/2018 13:31 - 05/24/2018 13:34
An error occurred: undefined method `ord' for nil:NilClass
LDAP user to Zammad user (1274/1901): 

manual

05/24/2018 13:40 - 05/24/2018 13:42
LDAP user to Zammad user (1901/1901): 

programado

05/24/2018 14:31 - 05/24/2018 14:34
An error occurred: undefined method `ord' for nil:NilClass
LDAP user to Zammad user (1350/1901): 

manual

05/24/2018 14:35 - 05/24/2018 14:37
LDAP user to Zammad user (1901/1901): 

Eso es realmente interesante y confuso al mismo tiempo. ¿Podría ingresar el
Zammad rails consola y ejecuta el siguiente comando 5 veces:
ImportJob.delay.start_registered

y eche un vistazo al resultado (después de que todos hayan terminado) a través de:
ImportJob.last(5).map(&:result)

¡Gracias!

irb(main):001:0> ImportJob.delay.start_registered
=> #<Delayed::Backend::ActiveRecord::Job id: 53439, priority: 0, attempts: 0, handler: "--- !ruby/object:Delayed::PerformableMethod\nobject...", last_error: nil, run_at: "2018-05-24 13:33:02", locked_at: nil, failed_at: nil, locked_by: nil, queue: nil, created_at: "2018-05-24 13:33:02", updated_at: "2018-05-24 13:33:02">
irb(main):002:0> ImportJob.delay.start_registered
=> #<Delayed::Backend::ActiveRecord::Job id: 53566, priority: 0, attempts: 0, handler: "--- !ruby/object:Delayed::PerformableMethod\nobject...", last_error: nil, run_at: "2018-05-24 13:33:19", locked_at: nil, failed_at: nil, locked_by: nil, queue: nil, created_at: "2018-05-24 13:33:19", updated_at: "2018-05-24 13:33:19">
irb(main):003:0> ImportJob.delay.start_registered
=> #<Delayed::Backend::ActiveRecord::Job id: 53576, priority: 0, attempts: 0, handler: "--- !ruby/object:Delayed::PerformableMethod\nobject...", last_error: nil, run_at: "2018-05-24 13:33:21", locked_at: nil, failed_at: nil, locked_by: nil, queue: nil, created_at: "2018-05-24 13:33:21", updated_at: "2018-05-24 13:33:21">
irb(main):004:0> ImportJob.delay.start_registered
=> #<Delayed::Backend::ActiveRecord::Job id: 53584, priority: 0, attempts: 0, handler: "--- !ruby/object:Delayed::PerformableMethod\nobject...", last_error: nil, run_at: "2018-05-24 13:33:22", locked_at: nil, failed_at: nil, locked_by: nil, queue: nil, created_at: "2018-05-24 13:33:22", updated_at: "2018-05-24 13:33:22">
irb(main):005:0> ImportJob.delay.start_registered
=> #<Delayed::Backend::ActiveRecord::Job id: 53589, priority: 0, attempts: 0, handler: "--- !ruby/object:Delayed::PerformableMethod\nobject...", last_error: nil, run_at: "2018-05-24 13:33:22", locked_at: nil, failed_at: nil, locked_by: nil, queue: nil, created_at: "2018-05-24 13:33:22", updated_at: "2018-05-24 13:33:22">
irb(main):006:0> ImportJob.last(5).map(&:result)
=> [{"skipped"=>0, "created"=>0, "updated"=>0, "unchanged"=>1274, "failed"=>0, "deactivated"=>0, "sum"=>1274, "total"=>1901, "role_ids"=>{2=>{"skipped"=>0, "created"=>0, "updated"=>0, "unchanged"=>48, "failed"=>0, "deactivated"=>0, "sum"=>48, "total"=>0}, 4=>{"skipped"=>0, "created"=>0, "updated"=>0, "unchanged"=>18, "failed"=>0, "deactivated"=>0, "sum"=>18, "total"=>0}, 7=>{"skipped"=>0, "created"=>0, "updated"=>0, "unchanged"=>11, "failed"=>0, "deactivated"=>0, "sum"=>11, "total"=>0}, 3=>{"skipped"=>0, "created"=>0, "updated"=>0, "unchanged"=>1226, "failed"=>0, "deactivated"=>0, "sum"=>1226, "total"=>0}, 5=>{"skipped"=>0, "created"=>0, "updated"=>0, "unchanged"=>13, "failed"=>0, "deactivated"=>0, "sum"=>13, "total"=>0}, 6=>{"skipped"=>0, "created"=>0, "updated"=>0, "unchanged"=>10, "failed"=>0, "deactivated"=>0, "sum"=>10, "total"=>0}, 8=>{"skipped"=>0, "created"=>0, "updated"=>0, "unchanged"=>5, "failed"=>0, "deactivated"=>0, "sum"=>5, "total"=>0}, 10=>{"skipped"=>0, "created"=>0, "updated"=>0, "unchanged"=>3, "failed"=>0, "deactivated"=>0, "sum"=>3, "total"=>0}, 9=>{"skipped"=>0, "created"=>0, "updated"=>0, "unchanged"=>3, "failed"=>0, "deactivated"=>0, "sum"=>3, "total"=>0}}, "error"=>"undefined method `ord' for nil:NilClass"}, {"skipped"=>0, "created"=>0, "updated"=>1, "unchanged"=>1900, "failed"=>0, "deactivated"=>0, "sum"=>1901, "total"=>1901, "role_ids"=>{2=>{"skipped"=>0, "created"=>0, "updated"=>1, "unchanged"=>59, "failed"=>0, "deactivated"=>0, "sum"=>60, "total"=>0}, 4=>{"skipped"=>0, "created"=>0, "updated"=>0, "unchanged"=>19, "failed"=>0, "deactivated"=>0, "sum"=>19, "total"=>0}, 7=>{"skipped"=>0, "created"=>0, "updated"=>0, "unchanged"=>11, "failed"=>0, "deactivated"=>0, "sum"=>11, "total"=>0}, 3=>{"skipped"=>0, "created"=>0, "updated"=>0, "unchanged"=>1841, "failed"=>0, "deactivated"=>0, "sum"=>1841, "total"=>0}, 5=>{"skipped"=>0, "created"=>0, "updated"=>0, "unchanged"=>16, "failed"=>0, "deactivated"=>0, "sum"=>16, "total"=>0}, 6=>{"skipped"=>0, "created"=>0, "updated"=>0, "unchanged"=>14, "failed"=>0, "deactivated"=>0, "sum"=>14, "total"=>0}, 8=>{"skipped"=>0, "created"=>0, "updated"=>0, "unchanged"=>6, "failed"=>0, "deactivated"=>0, "sum"=>6, "total"=>0}, 10=>{"skipped"=>0, "created"=>0, "updated"=>0, "unchanged"=>3, "failed"=>0, "deactivated"=>0, "sum"=>3, "total"=>0}, 9=>{"skipped"=>0, "created"=>0, "updated"=>0, "unchanged"=>3, "failed"=>0, "deactivated"=>0, "sum"=>3, "total"=>0}, 1=>{"skipped"=>0, "created"=>0, "updated"=>1, "unchanged"=>0, "failed"=>0, "deactivated"=>0, "sum"=>1, "total"=>0}}}, {"skipped"=>0, "created"=>0, "updated"=>0, "unchanged"=>1350, "failed"=>0, "deactivated"=>0, "sum"=>1350, "total"=>1901, "role_ids"=>{2=>{"skipped"=>0, "created"=>0, "updated"=>0, "unchanged"=>50, "failed"=>0, "deactivated"=>0, "sum"=>50, "total"=>0}, 4=>{"skipped"=>0, "created"=>0, "updated"=>0, "unchanged"=>18, "failed"=>0, "deactivated"=>0, "sum"=>18, "total"=>0}, 7=>{"skipped"=>0, "created"=>0, "updated"=>0, "unchanged"=>11, "failed"=>0, "deactivated"=>0, "sum"=>11, "total"=>0}, 3=>{"skipped"=>0, "created"=>0, "updated"=>0, "unchanged"=>1300, "failed"=>0, "deactivated"=>0, "sum"=>1300, "total"=>0}, 5=>{"skipped"=>0, "created"=>0, "updated"=>0, "unchanged"=>14, "failed"=>0, "deactivated"=>0, "sum"=>14, "total"=>0}, 6=>{"skipped"=>0, "created"=>0, "updated"=>0, "unchanged"=>11, "failed"=>0, "deactivated"=>0, "sum"=>11, "total"=>0}, 8=>{"skipped"=>0, "created"=>0, "updated"=>0, "unchanged"=>6, "failed"=>0, "deactivated"=>0, "sum"=>6, "total"=>0}, 10=>{"skipped"=>0, "created"=>0, "updated"=>0, "unchanged"=>3, "failed"=>0, "deactivated"=>0, "sum"=>3, "total"=>0}, 9=>{"skipped"=>0, "created"=>0, "updated"=>0, "unchanged"=>3, "failed"=>0, "deactivated"=>0, "sum"=>3, "total"=>0}}, "error"=>"undefined method `ord' for nil:NilClass"}, {"skipped"=>0, "created"=>0, "updated"=>1, "unchanged"=>1900, "failed"=>0, "deactivated"=>0, "sum"=>1901, "total"=>1901, "role_ids"=>{2=>{"skipped"=>0, "created"=>0, "updated"=>1, "unchanged"=>59, "failed"=>0, "deactivated"=>0, "sum"=>60, "total"=>0}, 4=>{"skipped"=>0, "created"=>0, "updated"=>0, "unchanged"=>19, "failed"=>0, "deactivated"=>0, "sum"=>19, "total"=>0}, 7=>{"skipped"=>0, "created"=>0, "updated"=>0, "unchanged"=>11, "failed"=>0, "deactivated"=>0, "sum"=>11, "total"=>0}, 3=>{"skipped"=>0, "created"=>0, "updated"=>0, "unchanged"=>1841, "failed"=>0, "deactivated"=>0, "sum"=>1841, "total"=>0}, 5=>{"skipped"=>0, "created"=>0, "updated"=>0, "unchanged"=>16, "failed"=>0, "deactivated"=>0, "sum"=>16, "total"=>0}, 6=>{"skipped"=>0, "created"=>0, "updated"=>0, "unchanged"=>14, "failed"=>0, "deactivated"=>0, "sum"=>14, "total"=>0}, 8=>{"skipped"=>0, "created"=>0, "updated"=>0, "unchanged"=>6, "failed"=>0, "deactivated"=>0, "sum"=>6, "total"=>0}, 10=>{"skipped"=>0, "created"=>0, "updated"=>0, "unchanged"=>3, "failed"=>0, "deactivated"=>0, "sum"=>3, "total"=>0}, 9=>{"skipped"=>0, "created"=>0, "updated"=>0, "unchanged"=>3, "failed"=>0, "deactivated"=>0, "sum"=>3, "total"=>0}, 1=>{"skipped"=>0, "created"=>0, "updated"=>1, "unchanged"=>0, "failed"=>0, "deactivated"=>0, "sum"=>1, "total"=>0}}}, {"skipped"=>0, "created"=>0, "updated"=>0, "unchanged"=>592, "failed"=>0, "deactivated"=>0, "sum"=>592, "total"=>1901, "role_ids"=>{2=>{"skipped"=>0, "created"=>0, "updated"=>0, "unchanged"=>27, "failed"=>0, "deactivated"=>0, "sum"=>27, "total"=>0}, 4=>{"skipped"=>0, "created"=>0, "updated"=>0, "unchanged"=>10, "failed"=>0, "deactivated"=>0, "sum"=>10, "total"=>0}, 7=>{"skipped"=>0, "created"=>0, "updated"=>0, "unchanged"=>5, "failed"=>0, "deactivated"=>0, "sum"=>5, "total"=>0}, 3=>{"skipped"=>0, "created"=>0, "updated"=>0, "unchanged"=>565, "failed"=>0, "deactivated"=>0, "sum"=>565, "total"=>0}, 5=>{"skipped"=>0, "created"=>0, "updated"=>0, "unchanged"=>7, "failed"=>0, "deactivated"=>0, "sum"=>7, "total"=>0}, 6=>{"skipped"=>0, "created"=>0, "updated"=>0, "unchanged"=>7, "failed"=>0, "deactivated"=>0, "sum"=>7, "total"=>0}, 8=>{"skipped"=>0, "created"=>0, "updated"=>0, "unchanged"=>3, "failed"=>0, "deactivated"=>0, "sum"=>3, "total"=>0}, 10=>{"skipped"=>0, "created"=>0, "updated"=>0, "unchanged"=>2, "failed"=>0, "deactivated"=>0, "sum"=>2, "total"=>0}}}]


bonito formato

irb(main):006:0> ImportJob.last(5).map(&:result)

[{
 "skipped" => 0,
 "created" => 0,
 "updated" => 0,
 "unchanged" => 1274,
 "failed" => 0,
 "deactivated" => 0,
 "sum" => 1274,
 "total" => 1901,
 "role_ids" => {
  2 => {
   "skipped" => 0,
   "created" => 0,
   "updated" => 0,
   "unchanged" => 48,
   "failed" => 0,
   "deactivated" => 0,
   "sum" => 48,
   "total" => 0
  },
  4 => {
   "skipped" => 0,
   "created" => 0,
   "updated" => 0,
   "unchanged" => 18,
   "failed" => 0,
   "deactivated" => 0,
   "sum" => 18,
   "total" => 0
  },
  7 => {
   "skipped" => 0,
   "created" => 0,
   "updated" => 0,
   "unchanged" => 11,
   "failed" => 0,
   "deactivated" => 0,
   "sum" => 11,
   "total" => 0
  },
  3 => {
   "skipped" => 0,
   "created" => 0,
   "updated" => 0,
   "unchanged" => 1226,
   "failed" => 0,
   "deactivated" => 0,
   "sum" => 1226,
   "total" => 0
  },
  5 => {
   "skipped" => 0,
   "created" => 0,
   "updated" => 0,
   "unchanged" => 13,
   "failed" => 0,
   "deactivated" => 0,
   "sum" => 13,
   "total" => 0
  },
  6 => {
   "skipped" => 0,
   "created" => 0,
   "updated" => 0,
   "unchanged" => 10,
   "failed" => 0,
   "deactivated" => 0,
   "sum" => 10,
   "total" => 0
  },
  8 => {
   "skipped" => 0,
   "created" => 0,
   "updated" => 0,
   "unchanged" => 5,
   "failed" => 0,
   "deactivated" => 0,
   "sum" => 5,
   "total" => 0
  },
  10 => {
   "skipped" => 0,
   "created" => 0,
   "updated" => 0,
   "unchanged" => 3,
   "failed" => 0,
   "deactivated" => 0,
   "sum" => 3,
   "total" => 0
  },
  9 => {
   "skipped" => 0,
   "created" => 0,
   "updated" => 0,
   "unchanged" => 3,
   "failed" => 0,
   "deactivated" => 0,
   "sum" => 3,
   "total" => 0
  }
 },
 "error" => "undefined method `ord' for nil:NilClass"
}, {
 "skipped" => 0,
 "created" => 0,
 "updated" => 1,
 "unchanged" => 1900,
 "failed" => 0,
 "deactivated" => 0,
 "sum" => 1901,
 "total" => 1901,
 "role_ids" => {
  2 => {
   "skipped" => 0,
   "created" => 0,
   "updated" => 1,
   "unchanged" => 59,
   "failed" => 0,
   "deactivated" => 0,
   "sum" => 60,
   "total" => 0
  },
  4 => {
   "skipped" => 0,
   "created" => 0,
   "updated" => 0,
   "unchanged" => 19,
   "failed" => 0,
   "deactivated" => 0,
   "sum" => 19,
   "total" => 0
  },
  7 => {
   "skipped" => 0,
   "created" => 0,
   "updated" => 0,
   "unchanged" => 11,
   "failed" => 0,
   "deactivated" => 0,
   "sum" => 11,
   "total" => 0
  },
  3 => {
   "skipped" => 0,
   "created" => 0,
   "updated" => 0,
   "unchanged" => 1841,
   "failed" => 0,
   "deactivated" => 0,
   "sum" => 1841,
   "total" => 0
  },
  5 => {
   "skipped" => 0,
   "created" => 0,
   "updated" => 0,
   "unchanged" => 16,
   "failed" => 0,
   "deactivated" => 0,
   "sum" => 16,
   "total" => 0
  },
  6 => {
   "skipped" => 0,
   "created" => 0,
   "updated" => 0,
   "unchanged" => 14,
   "failed" => 0,
   "deactivated" => 0,
   "sum" => 14,
   "total" => 0
  },
  8 => {
   "skipped" => 0,
   "created" => 0,
   "updated" => 0,
   "unchanged" => 6,
   "failed" => 0,
   "deactivated" => 0,
   "sum" => 6,
   "total" => 0
  },
  10 => {
   "skipped" => 0,
   "created" => 0,
   "updated" => 0,
   "unchanged" => 3,
   "failed" => 0,
   "deactivated" => 0,
   "sum" => 3,
   "total" => 0
  },
  9 => {
   "skipped" => 0,
   "created" => 0,
   "updated" => 0,
   "unchanged" => 3,
   "failed" => 0,
   "deactivated" => 0,
   "sum" => 3,
   "total" => 0
  },
  1 => {
   "skipped" => 0,
   "created" => 0,
   "updated" => 1,
   "unchanged" => 0,
   "failed" => 0,
   "deactivated" => 0,
   "sum" => 1,
   "total" => 0
  }
 }
}, {
 "skipped" => 0,
 "created" => 0,
 "updated" => 0,
 "unchanged" => 1350,
 "failed" => 0,
 "deactivated" => 0,
 "sum" => 1350,
 "total" => 1901,
 "role_ids" => {
  2 => {
   "skipped" => 0,
   "created" => 0,
   "updated" => 0,
   "unchanged" => 50,
   "failed" => 0,
   "deactivated" => 0,
   "sum" => 50,
   "total" => 0
  },
  4 => {
   "skipped" => 0,
   "created" => 0,
   "updated" => 0,
   "unchanged" => 18,
   "failed" => 0,
   "deactivated" => 0,
   "sum" => 18,
   "total" => 0
  },
  7 => {
   "skipped" => 0,
   "created" => 0,
   "updated" => 0,
   "unchanged" => 11,
   "failed" => 0,
   "deactivated" => 0,
   "sum" => 11,
   "total" => 0
  },
  3 => {
   "skipped" => 0,
   "created" => 0,
   "updated" => 0,
   "unchanged" => 1300,
   "failed" => 0,
   "deactivated" => 0,
   "sum" => 1300,
   "total" => 0
  },
  5 => {
   "skipped" => 0,
   "created" => 0,
   "updated" => 0,
   "unchanged" => 14,
   "failed" => 0,
   "deactivated" => 0,
   "sum" => 14,
   "total" => 0
  },
  6 => {
   "skipped" => 0,
   "created" => 0,
   "updated" => 0,
   "unchanged" => 11,
   "failed" => 0,
   "deactivated" => 0,
   "sum" => 11,
   "total" => 0
  },
  8 => {
   "skipped" => 0,
   "created" => 0,
   "updated" => 0,
   "unchanged" => 6,
   "failed" => 0,
   "deactivated" => 0,
   "sum" => 6,
   "total" => 0
  },
  10 => {
   "skipped" => 0,
   "created" => 0,
   "updated" => 0,
   "unchanged" => 3,
   "failed" => 0,
   "deactivated" => 0,
   "sum" => 3,
   "total" => 0
  },
  9 => {
   "skipped" => 0,
   "created" => 0,
   "updated" => 0,
   "unchanged" => 3,
   "failed" => 0,
   "deactivated" => 0,
   "sum" => 3,
   "total" => 0
  }
 },
 "error" => "undefined method `ord' for nil:NilClass"
}, {
 "skipped" => 0,
 "created" => 0,
 "updated" => 1,
 "unchanged" => 1900,
 "failed" => 0,
 "deactivated" => 0,
 "sum" => 1901,
 "total" => 1901,
 "role_ids" => {
  2 => {
   "skipped" => 0,
   "created" => 0,
   "updated" => 1,
   "unchanged" => 59,
   "failed" => 0,
   "deactivated" => 0,
   "sum" => 60,
   "total" => 0
  },
  4 => {
   "skipped" => 0,
   "created" => 0,
   "updated" => 0,
   "unchanged" => 19,
   "failed" => 0,
   "deactivated" => 0,
   "sum" => 19,
   "total" => 0
  },
  7 => {
   "skipped" => 0,
   "created" => 0,
   "updated" => 0,
   "unchanged" => 11,
   "failed" => 0,
   "deactivated" => 0,
   "sum" => 11,
   "total" => 0
  },
  3 => {
   "skipped" => 0,
   "created" => 0,
   "updated" => 0,
   "unchanged" => 1841,
   "failed" => 0,
   "deactivated" => 0,
   "sum" => 1841,
   "total" => 0
  },
  5 => {
   "skipped" => 0,
   "created" => 0,
   "updated" => 0,
   "unchanged" => 16,
   "failed" => 0,
   "deactivated" => 0,
   "sum" => 16,
   "total" => 0
  },
  6 => {
   "skipped" => 0,
   "created" => 0,
   "updated" => 0,
   "unchanged" => 14,
   "failed" => 0,
   "deactivated" => 0,
   "sum" => 14,
   "total" => 0
  },
  8 => {
   "skipped" => 0,
   "created" => 0,
   "updated" => 0,
   "unchanged" => 6,
   "failed" => 0,
   "deactivated" => 0,
   "sum" => 6,
   "total" => 0
  },
  10 => {
   "skipped" => 0,
   "created" => 0,
   "updated" => 0,
   "unchanged" => 3,
   "failed" => 0,
   "deactivated" => 0,
   "sum" => 3,
   "total" => 0
  },
  9 => {
   "skipped" => 0,
   "created" => 0,
   "updated" => 0,
   "unchanged" => 3,
   "failed" => 0,
   "deactivated" => 0,
   "sum" => 3,
   "total" => 0
  },
  1 => {
   "skipped" => 0,
   "created" => 0,
   "updated" => 1,
   "unchanged" => 0,
   "failed" => 0,
   "deactivated" => 0,
   "sum" => 1,
   "total" => 0
  }
 }
}, {
 "skipped" => 0,
 "created" => 0,
 "updated" => 0,
 "unchanged" => 592,
 "failed" => 0,
 "deactivated" => 0,
 "sum" => 592,
 "total" => 1901,
 "role_ids" => {
  2 => {
   "skipped" => 0,
   "created" => 0,
   "updated" => 0,
   "unchanged" => 27,
   "failed" => 0,
   "deactivated" => 0,
   "sum" => 27,
   "total" => 0
  },
  4 => {
   "skipped" => 0,
   "created" => 0,
   "updated" => 0,
   "unchanged" => 10,
   "failed" => 0,
   "deactivated" => 0,
   "sum" => 10,
   "total" => 0
  },
  7 => {
   "skipped" => 0,
   "created" => 0,
   "updated" => 0,
   "unchanged" => 5,
   "failed" => 0,
   "deactivated" => 0,
   "sum" => 5,
   "total" => 0
  },
  3 => {
   "skipped" => 0,
   "created" => 0,
   "updated" => 0,
   "unchanged" => 565,
   "failed" => 0,
   "deactivated" => 0,
   "sum" => 565,
   "total" => 0
  },
  5 => {
   "skipped" => 0,
   "created" => 0,
   "updated" => 0,
   "unchanged" => 7,
   "failed" => 0,
   "deactivated" => 0,
   "sum" => 7,
   "total" => 0
  },
  6 => {
   "skipped" => 0,
   "created" => 0,
   "updated" => 0,
   "unchanged" => 7,
   "failed" => 0,
   "deactivated" => 0,
   "sum" => 7,
   "total" => 0
  },
  8 => {
   "skipped" => 0,
   "created" => 0,
   "updated" => 0,
   "unchanged" => 3,
   "failed" => 0,
   "deactivated" => 0,
   "sum" => 3,
   "total" => 0
  },
  10 => {
   "skipped" => 0,
   "created" => 0,
   "updated" => 0,
   "unchanged" => 2,
   "failed" => 0,
   "deactivated" => 0,
   "sum" => 2,
   "total" => 0
  }
 }
}]

Hola @Sandalas - Gracias por el gran resultado 👍 Ayuda mucho. Me gustaría ver cómo una posible solución cambiaría la situación en su sistema. ¿Podría hacer lo siguiente?

1.) Cree un archivo llamado debug_issue.rb en su directorio Zammad (generalmente /opt/zammad )
2.) Ejecute el archivo desde su directorio de Zammad a través de zammad run rails r debug_issue.rb o rails r debug_issue.rb como usuario de zammad, dependiendo de su fuente de instalación (paquete / fuente)
3.) Publique la salida aquí. ¡Asegúrese de que todos los datos confidenciales estén anonimizados!
4.) Elimina el archivo debug_issue.rb

module Net
  class LDAP
    class Connection
      module GetbyteForSSLSocket
        def getbyte
          getc&.ord
        end
      end
    end
  end
end

10.times do |iteration|

  human_readable = iteration + 1

  puts "Creating Job #{human_readable}..."

  job = ImportJob.create(name: 'Import::Ldap')

  puts "Starting Job #{human_readable}..."
  job.delay.start

  while job.reload.finished_at.blank?
    puts "Job #{human_readable} still running. Waiting 30 seconds..."
    sleep 30
  end

  puts "Job #{human_readable} finished: Result: #{job.result}"
end

Esto probablemente lleve algo de tiempo, pero eso es lo que también quiero probar.

Hola @thorsteneckel

aquí la salida:


Producción

Creating Job 1...
Starting Job 1...
Job 1 still running. Waiting 30 seconds...
Job 1 still running. Waiting 30 seconds...
Job 1 still running. Waiting 30 seconds...
Job 1 still running. Waiting 30 seconds...
Job 1 still running. Waiting 30 seconds...
Job 1 finished: Result: {"skipped"=>0, "created"=>0, "updated"=>1, "unchanged"=>1904, "failed"=>0, "deactivated"=>0, "sum"=>1905, "total"=>1905, "role_ids"=>{2=>{"skipped"=>0, "created"=>0, "updated"=>1, "unchanged"=>59, "failed"=>0, "deactivated"=>0, "sum"=>60, "total"=>0}, 4=>{"skipped"=>0, "created"=>0, "updated"=>0, "unchanged"=>19, "failed"=>0, "deactivated"=>0, "sum"=>19, "total"=>0}, 7=>{"skipped"=>0, "created"=>0, "updated"=>0, "unchanged"=>11, "failed"=>0, "deactivated"=>0, "sum"=>11, "total"=>0}, 3=>{"skipped"=>0, "created"=>0, "updated"=>0, "unchanged"=>1845, "failed"=>0, "deactivated"=>0, "sum"=>1845, "total"=>0}, 5=>{"skipped"=>0, "created"=>0, "updated"=>0, "unchanged"=>16, "failed"=>0, "deactivated"=>0, "sum"=>16, "total"=>0}, 6=>{"skipped"=>0, "created"=>0, "updated"=>0, "unchanged"=>14, "failed"=>0, "deactivated"=>0, "sum"=>14, "total"=>0}, 8=>{"skipped"=>0, "created"=>0, "updated"=>0, "unchanged"=>6, "failed"=>0, "deactivated"=>0, "sum"=>6, "total"=>0}, 10=>{"skipped"=>0, "created"=>0, "updated"=>0, "unchanged"=>3, "failed"=>0, "deactivated"=>0, "sum"=>3, "total"=>0}, 9=>{"skipped"=>0, "created"=>0, "updated"=>0, "unchanged"=>3, "failed"=>0, "deactivated"=>0, "sum"=>3, "total"=>0}, 1=>{"skipped"=>0, "created"=>0, "updated"=>1, "unchanged"=>0, "failed"=>0, "deactivated"=>0, "sum"=>1, "total"=>0}}}
Creating Job 2...
Starting Job 2...
Job 2 still running. Waiting 30 seconds...
Job 2 still running. Waiting 30 seconds...
Job 2 still running. Waiting 30 seconds...
Job 2 still running. Waiting 30 seconds...
Job 2 still running. Waiting 30 seconds...
Job 2 still running. Waiting 30 seconds...
Job 2 still running. Waiting 30 seconds...
Job 2 still running. Waiting 30 seconds...
Job 2 still running. Waiting 30 seconds...
Job 2 still running. Waiting 30 seconds...
Job 2 still running. Waiting 30 seconds...
Job 2 finished: Result: {"skipped"=>0, "created"=>0, "updated"=>1, "unchanged"=>1904, "failed"=>0, "deactivated"=>0, "sum"=>1905, "total"=>1905, "role_ids"=>{2=>{"skipped"=>0, "created"=>0, "updated"=>1, "unchanged"=>59, "failed"=>0, "deactivated"=>0, "sum"=>60, "total"=>0}, 4=>{"skipped"=>0, "created"=>0, "updated"=>0, "unchanged"=>19, "failed"=>0, "deactivated"=>0, "sum"=>19, "total"=>0}, 7=>{"skipped"=>0, "created"=>0, "updated"=>0, "unchanged"=>11, "failed"=>0, "deactivated"=>0, "sum"=>11, "total"=>0}, 3=>{"skipped"=>0, "created"=>0, "updated"=>0, "unchanged"=>1845, "failed"=>0, "deactivated"=>0, "sum"=>1845, "total"=>0}, 5=>{"skipped"=>0, "created"=>0, "updated"=>0, "unchanged"=>16, "failed"=>0, "deactivated"=>0, "sum"=>16, "total"=>0}, 6=>{"skipped"=>0, "created"=>0, "updated"=>0, "unchanged"=>14, "failed"=>0, "deactivated"=>0, "sum"=>14, "total"=>0}, 8=>{"skipped"=>0, "created"=>0, "updated"=>0, "unchanged"=>6, "failed"=>0, "deactivated"=>0, "sum"=>6, "total"=>0}, 10=>{"skipped"=>0, "created"=>0, "updated"=>0, "unchanged"=>3, "failed"=>0, "deactivated"=>0, "sum"=>3, "total"=>0}, 9=>{"skipped"=>0, "created"=>0, "updated"=>0, "unchanged"=>3, "failed"=>0, "deactivated"=>0, "sum"=>3, "total"=>0}, 1=>{"skipped"=>0, "created"=>0, "updated"=>1, "unchanged"=>0, "failed"=>0, "deactivated"=>0, "sum"=>1, "total"=>0}}}
Creating Job 3...
Starting Job 3...
Job 3 still running. Waiting 30 seconds...
Job 3 still running. Waiting 30 seconds...
Job 3 still running. Waiting 30 seconds...
Job 3 still running. Waiting 30 seconds...
Job 3 still running. Waiting 30 seconds...
Job 3 still running. Waiting 30 seconds...
Job 3 still running. Waiting 30 seconds...
Job 3 still running. Waiting 30 seconds...
Job 3 still running. Waiting 30 seconds...
Job 3 still running. Waiting 30 seconds...
Job 3 still running. Waiting 30 seconds...
Job 3 finished: Result: {"skipped"=>0, "created"=>0, "updated"=>1, "unchanged"=>1904, "failed"=>0, "deactivated"=>0, "sum"=>1905, "total"=>1905, "role_ids"=>{2=>{"skipped"=>0, "created"=>0, "updated"=>1, "unchanged"=>59, "failed"=>0, "deactivated"=>0, "sum"=>60, "total"=>0}, 4=>{"skipped"=>0, "created"=>0, "updated"=>0, "unchanged"=>19, "failed"=>0, "deactivated"=>0, "sum"=>19, "total"=>0}, 7=>{"skipped"=>0, "created"=>0, "updated"=>0, "unchanged"=>11, "failed"=>0, "deactivated"=>0, "sum"=>11, "total"=>0}, 3=>{"skipped"=>0, "created"=>0, "updated"=>0, "unchanged"=>1845, "failed"=>0, "deactivated"=>0, "sum"=>1845, "total"=>0}, 5=>{"skipped"=>0, "created"=>0, "updated"=>0, "unchanged"=>16, "failed"=>0, "deactivated"=>0, "sum"=>16, "total"=>0}, 6=>{"skipped"=>0, "created"=>0, "updated"=>0, "unchanged"=>14, "failed"=>0, "deactivated"=>0, "sum"=>14, "total"=>0}, 8=>{"skipped"=>0, "created"=>0, "updated"=>0, "unchanged"=>6, "failed"=>0, "deactivated"=>0, "sum"=>6, "total"=>0}, 10=>{"skipped"=>0, "created"=>0, "updated"=>0, "unchanged"=>3, "failed"=>0, "deactivated"=>0, "sum"=>3, "total"=>0}, 9=>{"skipped"=>0, "created"=>0, "updated"=>0, "unchanged"=>3, "failed"=>0, "deactivated"=>0, "sum"=>3, "total"=>0}, 1=>{"skipped"=>0, "created"=>0, "updated"=>1, "unchanged"=>0, "failed"=>0, "deactivated"=>0, "sum"=>1, "total"=>0}}}
Creating Job 4...
Starting Job 4...
Job 4 still running. Waiting 30 seconds...
Job 4 still running. Waiting 30 seconds...
Job 4 still running. Waiting 30 seconds...
Job 4 still running. Waiting 30 seconds...
Job 4 still running. Waiting 30 seconds...
Job 4 still running. Waiting 30 seconds...
Job 4 still running. Waiting 30 seconds...
Job 4 still running. Waiting 30 seconds...
Job 4 still running. Waiting 30 seconds...
Job 4 still running. Waiting 30 seconds...
Job 4 still running. Waiting 30 seconds...
Job 4 finished: Result: {"skipped"=>0, "created"=>0, "updated"=>1, "unchanged"=>1904, "failed"=>0, "deactivated"=>0, "sum"=>1905, "total"=>1905, "role_ids"=>{2=>{"skipped"=>0, "created"=>0, "updated"=>1, "unchanged"=>59, "failed"=>0, "deactivated"=>0, "sum"=>60, "total"=>0}, 4=>{"skipped"=>0, "created"=>0, "updated"=>0, "unchanged"=>19, "failed"=>0, "deactivated"=>0, "sum"=>19, "total"=>0}, 7=>{"skipped"=>0, "created"=>0, "updated"=>0, "unchanged"=>11, "failed"=>0, "deactivated"=>0, "sum"=>11, "total"=>0}, 3=>{"skipped"=>0, "created"=>0, "updated"=>0, "unchanged"=>1845, "failed"=>0, "deactivated"=>0, "sum"=>1845, "total"=>0}, 5=>{"skipped"=>0, "created"=>0, "updated"=>0, "unchanged"=>16, "failed"=>0, "deactivated"=>0, "sum"=>16, "total"=>0}, 6=>{"skipped"=>0, "created"=>0, "updated"=>0, "unchanged"=>14, "failed"=>0, "deactivated"=>0, "sum"=>14, "total"=>0}, 8=>{"skipped"=>0, "created"=>0, "updated"=>0, "unchanged"=>6, "failed"=>0, "deactivated"=>0, "sum"=>6, "total"=>0}, 10=>{"skipped"=>0, "created"=>0, "updated"=>0, "unchanged"=>3, "failed"=>0, "deactivated"=>0, "sum"=>3, "total"=>0}, 9=>{"skipped"=>0, "created"=>0, "updated"=>0, "unchanged"=>3, "failed"=>0, "deactivated"=>0, "sum"=>3, "total"=>0}, 1=>{"skipped"=>0, "created"=>0, "updated"=>1, "unchanged"=>0, "failed"=>0, "deactivated"=>0, "sum"=>1, "total"=>0}}}
Creating Job 5...
Starting Job 5...
Job 5 still running. Waiting 30 seconds...
Job 5 still running. Waiting 30 seconds...
Job 5 still running. Waiting 30 seconds...
Job 5 still running. Waiting 30 seconds...
Job 5 still running. Waiting 30 seconds...
Job 5 still running. Waiting 30 seconds...
Job 5 still running. Waiting 30 seconds...
Job 5 still running. Waiting 30 seconds...
Job 5 still running. Waiting 30 seconds...
Job 5 still running. Waiting 30 seconds...
Job 5 still running. Waiting 30 seconds...
Job 5 finished: Result: {"skipped"=>0, "created"=>0, "updated"=>1, "unchanged"=>1904, "failed"=>0, "deactivated"=>0, "sum"=>1905, "total"=>1905, "role_ids"=>{2=>{"skipped"=>0, "created"=>0, "updated"=>1, "unchanged"=>59, "failed"=>0, "deactivated"=>0, "sum"=>60, "total"=>0}, 4=>{"skipped"=>0, "created"=>0, "updated"=>0, "unchanged"=>19, "failed"=>0, "deactivated"=>0, "sum"=>19, "total"=>0}, 7=>{"skipped"=>0, "created"=>0, "updated"=>0, "unchanged"=>11, "failed"=>0, "deactivated"=>0, "sum"=>11, "total"=>0}, 3=>{"skipped"=>0, "created"=>0, "updated"=>0, "unchanged"=>1845, "failed"=>0, "deactivated"=>0, "sum"=>1845, "total"=>0}, 5=>{"skipped"=>0, "created"=>0, "updated"=>0, "unchanged"=>16, "failed"=>0, "deactivated"=>0, "sum"=>16, "total"=>0}, 6=>{"skipped"=>0, "created"=>0, "updated"=>0, "unchanged"=>14, "failed"=>0, "deactivated"=>0, "sum"=>14, "total"=>0}, 8=>{"skipped"=>0, "created"=>0, "updated"=>0, "unchanged"=>6, "failed"=>0, "deactivated"=>0, "sum"=>6, "total"=>0}, 10=>{"skipped"=>0, "created"=>0, "updated"=>0, "unchanged"=>3, "failed"=>0, "deactivated"=>0, "sum"=>3, "total"=>0}, 9=>{"skipped"=>0, "created"=>0, "updated"=>0, "unchanged"=>3, "failed"=>0, "deactivated"=>0, "sum"=>3, "total"=>0}, 1=>{"skipped"=>0, "created"=>0, "updated"=>1, "unchanged"=>0, "failed"=>0, "deactivated"=>0, "sum"=>1, "total"=>0}}}
Creating Job 6...
Starting Job 6...
Job 6 still running. Waiting 30 seconds...
Job 6 still running. Waiting 30 seconds...
Job 6 still running. Waiting 30 seconds...
Job 6 still running. Waiting 30 seconds...
Job 6 still running. Waiting 30 seconds...
Job 6 still running. Waiting 30 seconds...
Job 6 still running. Waiting 30 seconds...
Job 6 still running. Waiting 30 seconds...
Job 6 still running. Waiting 30 seconds...
Job 6 still running. Waiting 30 seconds...
Job 6 still running. Waiting 30 seconds...
Job 6 finished: Result: {"skipped"=>0, "created"=>0, "updated"=>1, "unchanged"=>1904, "failed"=>0, "deactivated"=>0, "sum"=>1905, "total"=>1905, "role_ids"=>{2=>{"skipped"=>0, "created"=>0, "updated"=>1, "unchanged"=>59, "failed"=>0, "deactivated"=>0, "sum"=>60, "total"=>0}, 4=>{"skipped"=>0, "created"=>0, "updated"=>0, "unchanged"=>19, "failed"=>0, "deactivated"=>0, "sum"=>19, "total"=>0}, 7=>{"skipped"=>0, "created"=>0, "updated"=>0, "unchanged"=>11, "failed"=>0, "deactivated"=>0, "sum"=>11, "total"=>0}, 3=>{"skipped"=>0, "created"=>0, "updated"=>0, "unchanged"=>1845, "failed"=>0, "deactivated"=>0, "sum"=>1845, "total"=>0}, 5=>{"skipped"=>0, "created"=>0, "updated"=>0, "unchanged"=>16, "failed"=>0, "deactivated"=>0, "sum"=>16, "total"=>0}, 6=>{"skipped"=>0, "created"=>0, "updated"=>0, "unchanged"=>14, "failed"=>0, "deactivated"=>0, "sum"=>14, "total"=>0}, 8=>{"skipped"=>0, "created"=>0, "updated"=>0, "unchanged"=>6, "failed"=>0, "deactivated"=>0, "sum"=>6, "total"=>0}, 10=>{"skipped"=>0, "created"=>0, "updated"=>0, "unchanged"=>3, "failed"=>0, "deactivated"=>0, "sum"=>3, "total"=>0}, 9=>{"skipped"=>0, "created"=>0, "updated"=>0, "unchanged"=>3, "failed"=>0, "deactivated"=>0, "sum"=>3, "total"=>0}, 1=>{"skipped"=>0, "created"=>0, "updated"=>1, "unchanged"=>0, "failed"=>0, "deactivated"=>0, "sum"=>1, "total"=>0}}}
Creating Job 7...
Starting Job 7...
Job 7 still running. Waiting 30 seconds...
Job 7 still running. Waiting 30 seconds...
Job 7 still running. Waiting 30 seconds...
Job 7 still running. Waiting 30 seconds...
Job 7 still running. Waiting 30 seconds...
Job 7 still running. Waiting 30 seconds...
Job 7 still running. Waiting 30 seconds...
Job 7 still running. Waiting 30 seconds...
Job 7 still running. Waiting 30 seconds...
Job 7 still running. Waiting 30 seconds...
Job 7 still running. Waiting 30 seconds...
Job 7 finished: Result: {"skipped"=>0, "created"=>0, "updated"=>1, "unchanged"=>1904, "failed"=>0, "deactivated"=>0, "sum"=>1905, "total"=>1905, "role_ids"=>{2=>{"skipped"=>0, "created"=>0, "updated"=>1, "unchanged"=>59, "failed"=>0, "deactivated"=>0, "sum"=>60, "total"=>0}, 4=>{"skipped"=>0, "created"=>0, "updated"=>0, "unchanged"=>19, "failed"=>0, "deactivated"=>0, "sum"=>19, "total"=>0}, 7=>{"skipped"=>0, "created"=>0, "updated"=>0, "unchanged"=>11, "failed"=>0, "deactivated"=>0, "sum"=>11, "total"=>0}, 3=>{"skipped"=>0, "created"=>0, "updated"=>0, "unchanged"=>1845, "failed"=>0, "deactivated"=>0, "sum"=>1845, "total"=>0}, 5=>{"skipped"=>0, "created"=>0, "updated"=>0, "unchanged"=>16, "failed"=>0, "deactivated"=>0, "sum"=>16, "total"=>0}, 6=>{"skipped"=>0, "created"=>0, "updated"=>0, "unchanged"=>14, "failed"=>0, "deactivated"=>0, "sum"=>14, "total"=>0}, 8=>{"skipped"=>0, "created"=>0, "updated"=>0, "unchanged"=>6, "failed"=>0, "deactivated"=>0, "sum"=>6, "total"=>0}, 10=>{"skipped"=>0, "created"=>0, "updated"=>0, "unchanged"=>3, "failed"=>0, "deactivated"=>0, "sum"=>3, "total"=>0}, 9=>{"skipped"=>0, "created"=>0, "updated"=>0, "unchanged"=>3, "failed"=>0, "deactivated"=>0, "sum"=>3, "total"=>0}, 1=>{"skipped"=>0, "created"=>0, "updated"=>1, "unchanged"=>0, "failed"=>0, "deactivated"=>0, "sum"=>1, "total"=>0}}}
Creating Job 8...
Starting Job 8...
Job 8 still running. Waiting 30 seconds...
Job 8 still running. Waiting 30 seconds...
Job 8 still running. Waiting 30 seconds...
Job 8 still running. Waiting 30 seconds...
Job 8 still running. Waiting 30 seconds...
Job 8 still running. Waiting 30 seconds...
Job 8 still running. Waiting 30 seconds...
Job 8 still running. Waiting 30 seconds...
Job 8 still running. Waiting 30 seconds...
Job 8 still running. Waiting 30 seconds...
Job 8 still running. Waiting 30 seconds...
Job 8 finished: Result: {"skipped"=>0, "created"=>0, "updated"=>1, "unchanged"=>1904, "failed"=>0, "deactivated"=>0, "sum"=>1905, "total"=>1905, "role_ids"=>{2=>{"skipped"=>0, "created"=>0, "updated"=>1, "unchanged"=>59, "failed"=>0, "deactivated"=>0, "sum"=>60, "total"=>0}, 4=>{"skipped"=>0, "created"=>0, "updated"=>0, "unchanged"=>19, "failed"=>0, "deactivated"=>0, "sum"=>19, "total"=>0}, 7=>{"skipped"=>0, "created"=>0, "updated"=>0, "unchanged"=>11, "failed"=>0, "deactivated"=>0, "sum"=>11, "total"=>0}, 3=>{"skipped"=>0, "created"=>0, "updated"=>0, "unchanged"=>1845, "failed"=>0, "deactivated"=>0, "sum"=>1845, "total"=>0}, 5=>{"skipped"=>0, "created"=>0, "updated"=>0, "unchanged"=>16, "failed"=>0, "deactivated"=>0, "sum"=>16, "total"=>0}, 6=>{"skipped"=>0, "created"=>0, "updated"=>0, "unchanged"=>14, "failed"=>0, "deactivated"=>0, "sum"=>14, "total"=>0}, 8=>{"skipped"=>0, "created"=>0, "updated"=>0, "unchanged"=>6, "failed"=>0, "deactivated"=>0, "sum"=>6, "total"=>0}, 10=>{"skipped"=>0, "created"=>0, "updated"=>0, "unchanged"=>3, "failed"=>0, "deactivated"=>0, "sum"=>3, "total"=>0}, 9=>{"skipped"=>0, "created"=>0, "updated"=>0, "unchanged"=>3, "failed"=>0, "deactivated"=>0, "sum"=>3, "total"=>0}, 1=>{"skipped"=>0, "created"=>0, "updated"=>1, "unchanged"=>0, "failed"=>0, "deactivated"=>0, "sum"=>1, "total"=>0}}}
Creating Job 9...
Starting Job 9...
Job 9 still running. Waiting 30 seconds...
Job 9 still running. Waiting 30 seconds...
Job 9 still running. Waiting 30 seconds...
Job 9 still running. Waiting 30 seconds...
Job 9 still running. Waiting 30 seconds...
Job 9 still running. Waiting 30 seconds...
Job 9 still running. Waiting 30 seconds...
Job 9 still running. Waiting 30 seconds...
Job 9 still running. Waiting 30 seconds...
Job 9 still running. Waiting 30 seconds...
Job 9 still running. Waiting 30 seconds...
Job 9 finished: Result: {"skipped"=>0, "created"=>0, "updated"=>1, "unchanged"=>1904, "failed"=>0, "deactivated"=>0, "sum"=>1905, "total"=>1905, "role_ids"=>{2=>{"skipped"=>0, "created"=>0, "updated"=>1, "unchanged"=>59, "failed"=>0, "deactivated"=>0, "sum"=>60, "total"=>0}, 4=>{"skipped"=>0, "created"=>0, "updated"=>0, "unchanged"=>19, "failed"=>0, "deactivated"=>0, "sum"=>19, "total"=>0}, 7=>{"skipped"=>0, "created"=>0, "updated"=>0, "unchanged"=>11, "failed"=>0, "deactivated"=>0, "sum"=>11, "total"=>0}, 3=>{"skipped"=>0, "created"=>0, "updated"=>0, "unchanged"=>1845, "failed"=>0, "deactivated"=>0, "sum"=>1845, "total"=>0}, 5=>{"skipped"=>0, "created"=>0, "updated"=>0, "unchanged"=>16, "failed"=>0, "deactivated"=>0, "sum"=>16, "total"=>0}, 6=>{"skipped"=>0, "created"=>0, "updated"=>0, "unchanged"=>14, "failed"=>0, "deactivated"=>0, "sum"=>14, "total"=>0}, 8=>{"skipped"=>0, "created"=>0, "updated"=>0, "unchanged"=>6, "failed"=>0, "deactivated"=>0, "sum"=>6, "total"=>0}, 10=>{"skipped"=>0, "created"=>0, "updated"=>0, "unchanged"=>3, "failed"=>0, "deactivated"=>0, "sum"=>3, "total"=>0}, 9=>{"skipped"=>0, "created"=>0, "updated"=>0, "unchanged"=>3, "failed"=>0, "deactivated"=>0, "sum"=>3, "total"=>0}, 1=>{"skipped"=>0, "created"=>0, "updated"=>1, "unchanged"=>0, "failed"=>0, "deactivated"=>0, "sum"=>1, "total"=>0}}}
Creating Job 10...
Starting Job 10...
Job 10 still running. Waiting 30 seconds...
Job 10 still running. Waiting 30 seconds...
Job 10 still running. Waiting 30 seconds...
Job 10 still running. Waiting 30 seconds...
Job 10 still running. Waiting 30 seconds...
Job 10 still running. Waiting 30 seconds...
Job 10 still running. Waiting 30 seconds...
Job 10 still running. Waiting 30 seconds...
Job 10 still running. Waiting 30 seconds...
Job 10 still running. Waiting 30 seconds...
Job 10 still running. Waiting 30 seconds...
Job 10 finished: Result: {"skipped"=>0, "created"=>0, "updated"=>1, "unchanged"=>1904, "failed"=>0, "deactivated"=>0, "sum"=>1905, "total"=>1905, "role_ids"=>{2=>{"skipped"=>0, "created"=>0, "updated"=>1, "unchanged"=>59, "failed"=>0, "deactivated"=>0, "sum"=>60, "total"=>0}, 4=>{"skipped"=>0, "created"=>0, "updated"=>0, "unchanged"=>19, "failed"=>0, "deactivated"=>0, "sum"=>19, "total"=>0}, 7=>{"skipped"=>0, "created"=>0, "updated"=>0, "unchanged"=>11, "failed"=>0, "deactivated"=>0, "sum"=>11, "total"=>0}, 3=>{"skipped"=>0, "created"=>0, "updated"=>0, "unchanged"=>1845, "failed"=>0, "deactivated"=>0, "sum"=>1845, "total"=>0}, 5=>{"skipped"=>0, "created"=>0, "updated"=>0, "unchanged"=>16, "failed"=>0, "deactivated"=>0, "sum"=>16, "total"=>0}, 6=>{"skipped"=>0, "created"=>0, "updated"=>0, "unchanged"=>14, "failed"=>0, "deactivated"=>0, "sum"=>14, "total"=>0}, 8=>{"skipped"=>0, "created"=>0, "updated"=>0, "unchanged"=>6, "failed"=>0, "deactivated"=>0, "sum"=>6, "total"=>0}, 10=>{"skipped"=>0, "created"=>0, "updated"=>0, "unchanged"=>3, "failed"=>0, "deactivated"=>0, "sum"=>3, "total"=>0}, 9=>{"skipped"=>0, "created"=>0, "updated"=>0, "unchanged"=>3, "failed"=>0, "deactivated"=>0, "sum"=>3, "total"=>0}, 1=>{"skipped"=>0, "created"=>0, "updated"=>1, "unchanged"=>0, "failed"=>0, "deactivated"=>0, "sum"=>1, "total"=>0}}}


bonito formato

Creating Job 1...
Starting Job 1...
Job 1 still running.Waiting 30 seconds...
Job 1 still running.Waiting 30 seconds...
Job 1 still running.Waiting 30 seconds...
Job 1 still running.Waiting 30 seconds...
Job 1 still running.Waiting 30 seconds...
Job 1 finished: Result: {
 "skipped" => 0,
 "created" => 0,
 "updated" => 1,
 "unchanged" => 1904,
 "failed" => 0,
 "deactivated" => 0,
 "sum" => 1905,
 "total" => 1905,
 "role_ids" => {
  2 => {
   "skipped" => 0,
   "created" => 0,
   "updated" => 1,
   "unchanged" => 59,
   "failed" => 0,
   "deactivated" => 0,
   "sum" => 60,
   "total" => 0
  },
  4 => {
   "skipped" => 0,
   "created" => 0,
   "updated" => 0,
   "unchanged" => 19,
   "failed" => 0,
   "deactivated" => 0,
   "sum" => 19,
   "total" => 0
  },
  7 => {
   "skipped" => 0,
   "created" => 0,
   "updated" => 0,
   "unchanged" => 11,
   "failed" => 0,
   "deactivated" => 0,
   "sum" => 11,
   "total" => 0
  },
  3 => {
   "skipped" => 0,
   "created" => 0,
   "updated" => 0,
   "unchanged" => 1845,
   "failed" => 0,
   "deactivated" => 0,
   "sum" => 1845,
   "total" => 0
  },
  5 => {
   "skipped" => 0,
   "created" => 0,
   "updated" => 0,
   "unchanged" => 16,
   "failed" => 0,
   "deactivated" => 0,
   "sum" => 16,
   "total" => 0
  },
  6 => {
   "skipped" => 0,
   "created" => 0,
   "updated" => 0,
   "unchanged" => 14,
   "failed" => 0,
   "deactivated" => 0,
   "sum" => 14,
   "total" => 0
  },
  8 => {
   "skipped" => 0,
   "created" => 0,
   "updated" => 0,
   "unchanged" => 6,
   "failed" => 0,
   "deactivated" => 0,
   "sum" => 6,
   "total" => 0
  },
  10 => {
   "skipped" => 0,
   "created" => 0,
   "updated" => 0,
   "unchanged" => 3,
   "failed" => 0,
   "deactivated" => 0,
   "sum" => 3,
   "total" => 0
  },
  9 => {
   "skipped" => 0,
   "created" => 0,
   "updated" => 0,
   "unchanged" => 3,
   "failed" => 0,
   "deactivated" => 0,
   "sum" => 3,
   "total" => 0
  },
  1 => {
   "skipped" => 0,
   "created" => 0,
   "updated" => 1,
   "unchanged" => 0,
   "failed" => 0,
   "deactivated" => 0,
   "sum" => 1,
   "total" => 0
  }
 }
}
Creating Job 2...
Starting Job 2...
Job 2 still running.Waiting 30 seconds...
Job 2 still running.Waiting 30 seconds...
Job 2 still running.Waiting 30 seconds...
Job 2 still running.Waiting 30 seconds...
Job 2 still running.Waiting 30 seconds...
Job 2 still running.Waiting 30 seconds...
Job 2 still running.Waiting 30 seconds...
Job 2 still running.Waiting 30 seconds...
Job 2 still running.Waiting 30 seconds...
Job 2 still running.Waiting 30 seconds...
Job 2 still running.Waiting 30 seconds...
Job 2 finished: Result: {
 "skipped" => 0,
 "created" => 0,
 "updated" => 1,
 "unchanged" => 1904,
 "failed" => 0,
 "deactivated" => 0,
 "sum" => 1905,
 "total" => 1905,
 "role_ids" => {
  2 => {
   "skipped" => 0,
   "created" => 0,
   "updated" => 1,
   "unchanged" => 59,
   "failed" => 0,
   "deactivated" => 0,
   "sum" => 60,
   "total" => 0
  },
  4 => {
   "skipped" => 0,
   "created" => 0,
   "updated" => 0,
   "unchanged" => 19,
   "failed" => 0,
   "deactivated" => 0,
   "sum" => 19,
   "total" => 0
  },
  7 => {
   "skipped" => 0,
   "created" => 0,
   "updated" => 0,
   "unchanged" => 11,
   "failed" => 0,
   "deactivated" => 0,
   "sum" => 11,
   "total" => 0
  },
  3 => {
   "skipped" => 0,
   "created" => 0,
   "updated" => 0,
   "unchanged" => 1845,
   "failed" => 0,
   "deactivated" => 0,
   "sum" => 1845,
   "total" => 0
  },
  5 => {
   "skipped" => 0,
   "created" => 0,
   "updated" => 0,
   "unchanged" => 16,
   "failed" => 0,
   "deactivated" => 0,
   "sum" => 16,
   "total" => 0
  },
  6 => {
   "skipped" => 0,
   "created" => 0,
   "updated" => 0,
   "unchanged" => 14,
   "failed" => 0,
   "deactivated" => 0,
   "sum" => 14,
   "total" => 0
  },
  8 => {
   "skipped" => 0,
   "created" => 0,
   "updated" => 0,
   "unchanged" => 6,
   "failed" => 0,
   "deactivated" => 0,
   "sum" => 6,
   "total" => 0
  },
  10 => {
   "skipped" => 0,
   "created" => 0,
   "updated" => 0,
   "unchanged" => 3,
   "failed" => 0,
   "deactivated" => 0,
   "sum" => 3,
   "total" => 0
  },
  9 => {
   "skipped" => 0,
   "created" => 0,
   "updated" => 0,
   "unchanged" => 3,
   "failed" => 0,
   "deactivated" => 0,
   "sum" => 3,
   "total" => 0
  },
  1 => {
   "skipped" => 0,
   "created" => 0,
   "updated" => 1,
   "unchanged" => 0,
   "failed" => 0,
   "deactivated" => 0,
   "sum" => 1,
   "total" => 0
  }
 }
}
Creating Job 3...
Starting Job 3...
Job 3 still running.Waiting 30 seconds...
Job 3 still running.Waiting 30 seconds...
Job 3 still running.Waiting 30 seconds...
Job 3 still running.Waiting 30 seconds...
Job 3 still running.Waiting 30 seconds...
Job 3 still running.Waiting 30 seconds...
Job 3 still running.Waiting 30 seconds...
Job 3 still running.Waiting 30 seconds...
Job 3 still running.Waiting 30 seconds...
Job 3 still running.Waiting 30 seconds...
Job 3 still running.Waiting 30 seconds...
Job 3 finished: Result: {
 "skipped" => 0,
 "created" => 0,
 "updated" => 1,
 "unchanged" => 1904,
 "failed" => 0,
 "deactivated" => 0,
 "sum" => 1905,
 "total" => 1905,
 "role_ids" => {
  2 => {
   "skipped" => 0,
   "created" => 0,
   "updated" => 1,
   "unchanged" => 59,
   "failed" => 0,
   "deactivated" => 0,
   "sum" => 60,
   "total" => 0
  },
  4 => {
   "skipped" => 0,
   "created" => 0,
   "updated" => 0,
   "unchanged" => 19,
   "failed" => 0,
   "deactivated" => 0,
   "sum" => 19,
   "total" => 0
  },
  7 => {
   "skipped" => 0,
   "created" => 0,
   "updated" => 0,
   "unchanged" => 11,
   "failed" => 0,
   "deactivated" => 0,
   "sum" => 11,
   "total" => 0
  },
  3 => {
   "skipped" => 0,
   "created" => 0,
   "updated" => 0,
   "unchanged" => 1845,
   "failed" => 0,
   "deactivated" => 0,
   "sum" => 1845,
   "total" => 0
  },
  5 => {
   "skipped" => 0,
   "created" => 0,
   "updated" => 0,
   "unchanged" => 16,
   "failed" => 0,
   "deactivated" => 0,
   "sum" => 16,
   "total" => 0
  },
  6 => {
   "skipped" => 0,
   "created" => 0,
   "updated" => 0,
   "unchanged" => 14,
   "failed" => 0,
   "deactivated" => 0,
   "sum" => 14,
   "total" => 0
  },
  8 => {
   "skipped" => 0,
   "created" => 0,
   "updated" => 0,
   "unchanged" => 6,
   "failed" => 0,
   "deactivated" => 0,
   "sum" => 6,
   "total" => 0
  },
  10 => {
   "skipped" => 0,
   "created" => 0,
   "updated" => 0,
   "unchanged" => 3,
   "failed" => 0,
   "deactivated" => 0,
   "sum" => 3,
   "total" => 0
  },
  9 => {
   "skipped" => 0,
   "created" => 0,
   "updated" => 0,
   "unchanged" => 3,
   "failed" => 0,
   "deactivated" => 0,
   "sum" => 3,
   "total" => 0
  },
  1 => {
   "skipped" => 0,
   "created" => 0,
   "updated" => 1,
   "unchanged" => 0,
   "failed" => 0,
   "deactivated" => 0,
   "sum" => 1,
   "total" => 0
  }
 }
}
Creating Job 4...
Starting Job 4...
Job 4 still running.Waiting 30 seconds...
Job 4 still running.Waiting 30 seconds...
Job 4 still running.Waiting 30 seconds...
Job 4 still running.Waiting 30 seconds...
Job 4 still running.Waiting 30 seconds...
Job 4 still running.Waiting 30 seconds...
Job 4 still running.Waiting 30 seconds...
Job 4 still running.Waiting 30 seconds...
Job 4 still running.Waiting 30 seconds...
Job 4 still running.Waiting 30 seconds...
Job 4 still running.Waiting 30 seconds...
Job 4 finished: Result: {
 "skipped" => 0,
 "created" => 0,
 "updated" => 1,
 "unchanged" => 1904,
 "failed" => 0,
 "deactivated" => 0,
 "sum" => 1905,
 "total" => 1905,
 "role_ids" => {
  2 => {
   "skipped" => 0,
   "created" => 0,
   "updated" => 1,
   "unchanged" => 59,
   "failed" => 0,
   "deactivated" => 0,
   "sum" => 60,
   "total" => 0
  },
  4 => {
   "skipped" => 0,
   "created" => 0,
   "updated" => 0,
   "unchanged" => 19,
   "failed" => 0,
   "deactivated" => 0,
   "sum" => 19,
   "total" => 0
  },
  7 => {
   "skipped" => 0,
   "created" => 0,
   "updated" => 0,
   "unchanged" => 11,
   "failed" => 0,
   "deactivated" => 0,
   "sum" => 11,
   "total" => 0
  },
  3 => {
   "skipped" => 0,
   "created" => 0,
   "updated" => 0,
   "unchanged" => 1845,
   "failed" => 0,
   "deactivated" => 0,
   "sum" => 1845,
   "total" => 0
  },
  5 => {
   "skipped" => 0,
   "created" => 0,
   "updated" => 0,
   "unchanged" => 16,
   "failed" => 0,
   "deactivated" => 0,
   "sum" => 16,
   "total" => 0
  },
  6 => {
   "skipped" => 0,
   "created" => 0,
   "updated" => 0,
   "unchanged" => 14,
   "failed" => 0,
   "deactivated" => 0,
   "sum" => 14,
   "total" => 0
  },
  8 => {
   "skipped" => 0,
   "created" => 0,
   "updated" => 0,
   "unchanged" => 6,
   "failed" => 0,
   "deactivated" => 0,
   "sum" => 6,
   "total" => 0
  },
  10 => {
   "skipped" => 0,
   "created" => 0,
   "updated" => 0,
   "unchanged" => 3,
   "failed" => 0,
   "deactivated" => 0,
   "sum" => 3,
   "total" => 0
  },
  9 => {
   "skipped" => 0,
   "created" => 0,
   "updated" => 0,
   "unchanged" => 3,
   "failed" => 0,
   "deactivated" => 0,
   "sum" => 3,
   "total" => 0
  },
  1 => {
   "skipped" => 0,
   "created" => 0,
   "updated" => 1,
   "unchanged" => 0,
   "failed" => 0,
   "deactivated" => 0,
   "sum" => 1,
   "total" => 0
  }
 }
}
Creating Job 5...
Starting Job 5...
Job 5 still running.Waiting 30 seconds...
Job 5 still running.Waiting 30 seconds...
Job 5 still running.Waiting 30 seconds...
Job 5 still running.Waiting 30 seconds...
Job 5 still running.Waiting 30 seconds...
Job 5 still running.Waiting 30 seconds...
Job 5 still running.Waiting 30 seconds...
Job 5 still running.Waiting 30 seconds...
Job 5 still running.Waiting 30 seconds...
Job 5 still running.Waiting 30 seconds...
Job 5 still running.Waiting 30 seconds...
Job 5 finished: Result: {
 "skipped" => 0,
 "created" => 0,
 "updated" => 1,
 "unchanged" => 1904,
 "failed" => 0,
 "deactivated" => 0,
 "sum" => 1905,
 "total" => 1905,
 "role_ids" => {
  2 => {
   "skipped" => 0,
   "created" => 0,
   "updated" => 1,
   "unchanged" => 59,
   "failed" => 0,
   "deactivated" => 0,
   "sum" => 60,
   "total" => 0
  },
  4 => {
   "skipped" => 0,
   "created" => 0,
   "updated" => 0,
   "unchanged" => 19,
   "failed" => 0,
   "deactivated" => 0,
   "sum" => 19,
   "total" => 0
  },
  7 => {
   "skipped" => 0,
   "created" => 0,
   "updated" => 0,
   "unchanged" => 11,
   "failed" => 0,
   "deactivated" => 0,
   "sum" => 11,
   "total" => 0
  },
  3 => {
   "skipped" => 0,
   "created" => 0,
   "updated" => 0,
   "unchanged" => 1845,
   "failed" => 0,
   "deactivated" => 0,
   "sum" => 1845,
   "total" => 0
  },
  5 => {
   "skipped" => 0,
   "created" => 0,
   "updated" => 0,
   "unchanged" => 16,
   "failed" => 0,
   "deactivated" => 0,
   "sum" => 16,
   "total" => 0
  },
  6 => {
   "skipped" => 0,
   "created" => 0,
   "updated" => 0,
   "unchanged" => 14,
   "failed" => 0,
   "deactivated" => 0,
   "sum" => 14,
   "total" => 0
  },
  8 => {
   "skipped" => 0,
   "created" => 0,
   "updated" => 0,
   "unchanged" => 6,
   "failed" => 0,
   "deactivated" => 0,
   "sum" => 6,
   "total" => 0
  },
  10 => {
   "skipped" => 0,
   "created" => 0,
   "updated" => 0,
   "unchanged" => 3,
   "failed" => 0,
   "deactivated" => 0,
   "sum" => 3,
   "total" => 0
  },
  9 => {
   "skipped" => 0,
   "created" => 0,
   "updated" => 0,
   "unchanged" => 3,
   "failed" => 0,
   "deactivated" => 0,
   "sum" => 3,
   "total" => 0
  },
  1 => {
   "skipped" => 0,
   "created" => 0,
   "updated" => 1,
   "unchanged" => 0,
   "failed" => 0,
   "deactivated" => 0,
   "sum" => 1,
   "total" => 0
  }
 }
}
Creating Job 6...
Starting Job 6...
Job 6 still running.Waiting 30 seconds...
Job 6 still running.Waiting 30 seconds...
Job 6 still running.Waiting 30 seconds...
Job 6 still running.Waiting 30 seconds...
Job 6 still running.Waiting 30 seconds...
Job 6 still running.Waiting 30 seconds...
Job 6 still running.Waiting 30 seconds...
Job 6 still running.Waiting 30 seconds...
Job 6 still running.Waiting 30 seconds...
Job 6 still running.Waiting 30 seconds...
Job 6 still running.Waiting 30 seconds...
Job 6 finished: Result: {
 "skipped" => 0,
 "created" => 0,
 "updated" => 1,
 "unchanged" => 1904,
 "failed" => 0,
 "deactivated" => 0,
 "sum" => 1905,
 "total" => 1905,
 "role_ids" => {
  2 => {
   "skipped" => 0,
   "created" => 0,
   "updated" => 1,
   "unchanged" => 59,
   "failed" => 0,
   "deactivated" => 0,
   "sum" => 60,
   "total" => 0
  },
  4 => {
   "skipped" => 0,
   "created" => 0,
   "updated" => 0,
   "unchanged" => 19,
   "failed" => 0,
   "deactivated" => 0,
   "sum" => 19,
   "total" => 0
  },
  7 => {
   "skipped" => 0,
   "created" => 0,
   "updated" => 0,
   "unchanged" => 11,
   "failed" => 0,
   "deactivated" => 0,
   "sum" => 11,
   "total" => 0
  },
  3 => {
   "skipped" => 0,
   "created" => 0,
   "updated" => 0,
   "unchanged" => 1845,
   "failed" => 0,
   "deactivated" => 0,
   "sum" => 1845,
   "total" => 0
  },
  5 => {
   "skipped" => 0,
   "created" => 0,
   "updated" => 0,
   "unchanged" => 16,
   "failed" => 0,
   "deactivated" => 0,
   "sum" => 16,
   "total" => 0
  },
  6 => {
   "skipped" => 0,
   "created" => 0,
   "updated" => 0,
   "unchanged" => 14,
   "failed" => 0,
   "deactivated" => 0,
   "sum" => 14,
   "total" => 0
  },
  8 => {
   "skipped" => 0,
   "created" => 0,
   "updated" => 0,
   "unchanged" => 6,
   "failed" => 0,
   "deactivated" => 0,
   "sum" => 6,
   "total" => 0
  },
  10 => {
   "skipped" => 0,
   "created" => 0,
   "updated" => 0,
   "unchanged" => 3,
   "failed" => 0,
   "deactivated" => 0,
   "sum" => 3,
   "total" => 0
  },
  9 => {
   "skipped" => 0,
   "created" => 0,
   "updated" => 0,
   "unchanged" => 3,
   "failed" => 0,
   "deactivated" => 0,
   "sum" => 3,
   "total" => 0
  },
  1 => {
   "skipped" => 0,
   "created" => 0,
   "updated" => 1,
   "unchanged" => 0,
   "failed" => 0,
   "deactivated" => 0,
   "sum" => 1,
   "total" => 0
  }
 }
}
Creating Job 7...
Starting Job 7...
Job 7 still running.Waiting 30 seconds...
Job 7 still running.Waiting 30 seconds...
Job 7 still running.Waiting 30 seconds...
Job 7 still running.Waiting 30 seconds...
Job 7 still running.Waiting 30 seconds...
Job 7 still running.Waiting 30 seconds...
Job 7 still running.Waiting 30 seconds...
Job 7 still running.Waiting 30 seconds...
Job 7 still running.Waiting 30 seconds...
Job 7 still running.Waiting 30 seconds...
Job 7 still running.Waiting 30 seconds...
Job 7 finished: Result: {
 "skipped" => 0,
 "created" => 0,
 "updated" => 1,
 "unchanged" => 1904,
 "failed" => 0,
 "deactivated" => 0,
 "sum" => 1905,
 "total" => 1905,
 "role_ids" => {
  2 => {
   "skipped" => 0,
   "created" => 0,
   "updated" => 1,
   "unchanged" => 59,
   "failed" => 0,
   "deactivated" => 0,
   "sum" => 60,
   "total" => 0
  },
  4 => {
   "skipped" => 0,
   "created" => 0,
   "updated" => 0,
   "unchanged" => 19,
   "failed" => 0,
   "deactivated" => 0,
   "sum" => 19,
   "total" => 0
  },
  7 => {
   "skipped" => 0,
   "created" => 0,
   "updated" => 0,
   "unchanged" => 11,
   "failed" => 0,
   "deactivated" => 0,
   "sum" => 11,
   "total" => 0
  },
  3 => {
   "skipped" => 0,
   "created" => 0,
   "updated" => 0,
   "unchanged" => 1845,
   "failed" => 0,
   "deactivated" => 0,
   "sum" => 1845,
   "total" => 0
  },
  5 => {
   "skipped" => 0,
   "created" => 0,
   "updated" => 0,
   "unchanged" => 16,
   "failed" => 0,
   "deactivated" => 0,
   "sum" => 16,
   "total" => 0
  },
  6 => {
   "skipped" => 0,
   "created" => 0,
   "updated" => 0,
   "unchanged" => 14,
   "failed" => 0,
   "deactivated" => 0,
   "sum" => 14,
   "total" => 0
  },
  8 => {
   "skipped" => 0,
   "created" => 0,
   "updated" => 0,
   "unchanged" => 6,
   "failed" => 0,
   "deactivated" => 0,
   "sum" => 6,
   "total" => 0
  },
  10 => {
   "skipped" => 0,
   "created" => 0,
   "updated" => 0,
   "unchanged" => 3,
   "failed" => 0,
   "deactivated" => 0,
   "sum" => 3,
   "total" => 0
  },
  9 => {
   "skipped" => 0,
   "created" => 0,
   "updated" => 0,
   "unchanged" => 3,
   "failed" => 0,
   "deactivated" => 0,
   "sum" => 3,
   "total" => 0
  },
  1 => {
   "skipped" => 0,
   "created" => 0,
   "updated" => 1,
   "unchanged" => 0,
   "failed" => 0,
   "deactivated" => 0,
   "sum" => 1,
   "total" => 0
  }
 }
}
Creating Job 8...
Starting Job 8...
Job 8 still running.Waiting 30 seconds...
Job 8 still running.Waiting 30 seconds...
Job 8 still running.Waiting 30 seconds...
Job 8 still running.Waiting 30 seconds...
Job 8 still running.Waiting 30 seconds...
Job 8 still running.Waiting 30 seconds...
Job 8 still running.Waiting 30 seconds...
Job 8 still running.Waiting 30 seconds...
Job 8 still running.Waiting 30 seconds...
Job 8 still running.Waiting 30 seconds...
Job 8 still running.Waiting 30 seconds...
Job 8 finished: Result: {
 "skipped" => 0,
 "created" => 0,
 "updated" => 1,
 "unchanged" => 1904,
 "failed" => 0,
 "deactivated" => 0,
 "sum" => 1905,
 "total" => 1905,
 "role_ids" => {
  2 => {
   "skipped" => 0,
   "created" => 0,
   "updated" => 1,
   "unchanged" => 59,
   "failed" => 0,
   "deactivated" => 0,
   "sum" => 60,
   "total" => 0
  },
  4 => {
   "skipped" => 0,
   "created" => 0,
   "updated" => 0,
   "unchanged" => 19,
   "failed" => 0,
   "deactivated" => 0,
   "sum" => 19,
   "total" => 0
  },
  7 => {
   "skipped" => 0,
   "created" => 0,
   "updated" => 0,
   "unchanged" => 11,
   "failed" => 0,
   "deactivated" => 0,
   "sum" => 11,
   "total" => 0
  },
  3 => {
   "skipped" => 0,
   "created" => 0,
   "updated" => 0,
   "unchanged" => 1845,
   "failed" => 0,
   "deactivated" => 0,
   "sum" => 1845,
   "total" => 0
  },
  5 => {
   "skipped" => 0,
   "created" => 0,
   "updated" => 0,
   "unchanged" => 16,
   "failed" => 0,
   "deactivated" => 0,
   "sum" => 16,
   "total" => 0
  },
  6 => {
   "skipped" => 0,
   "created" => 0,
   "updated" => 0,
   "unchanged" => 14,
   "failed" => 0,
   "deactivated" => 0,
   "sum" => 14,
   "total" => 0
  },
  8 => {
   "skipped" => 0,
   "created" => 0,
   "updated" => 0,
   "unchanged" => 6,
   "failed" => 0,
   "deactivated" => 0,
   "sum" => 6,
   "total" => 0
  },
  10 => {
   "skipped" => 0,
   "created" => 0,
   "updated" => 0,
   "unchanged" => 3,
   "failed" => 0,
   "deactivated" => 0,
   "sum" => 3,
   "total" => 0
  },
  9 => {
   "skipped" => 0,
   "created" => 0,
   "updated" => 0,
   "unchanged" => 3,
   "failed" => 0,
   "deactivated" => 0,
   "sum" => 3,
   "total" => 0
  },
  1 => {
   "skipped" => 0,
   "created" => 0,
   "updated" => 1,
   "unchanged" => 0,
   "failed" => 0,
   "deactivated" => 0,
   "sum" => 1,
   "total" => 0
  }
 }
}
Creating Job 9...
Starting Job 9...
Job 9 still running.Waiting 30 seconds...
Job 9 still running.Waiting 30 seconds...
Job 9 still running.Waiting 30 seconds...
Job 9 still running.Waiting 30 seconds...
Job 9 still running.Waiting 30 seconds...
Job 9 still running.Waiting 30 seconds...
Job 9 still running.Waiting 30 seconds...
Job 9 still running.Waiting 30 seconds...
Job 9 still running.Waiting 30 seconds...
Job 9 still running.Waiting 30 seconds...
Job 9 still running.Waiting 30 seconds...
Job 9 finished: Result: {
 "skipped" => 0,
 "created" => 0,
 "updated" => 1,
 "unchanged" => 1904,
 "failed" => 0,
 "deactivated" => 0,
 "sum" => 1905,
 "total" => 1905,
 "role_ids" => {
  2 => {
   "skipped" => 0,
   "created" => 0,
   "updated" => 1,
   "unchanged" => 59,
   "failed" => 0,
   "deactivated" => 0,
   "sum" => 60,
   "total" => 0
  },
  4 => {
   "skipped" => 0,
   "created" => 0,
   "updated" => 0,
   "unchanged" => 19,
   "failed" => 0,
   "deactivated" => 0,
   "sum" => 19,
   "total" => 0
  },
  7 => {
   "skipped" => 0,
   "created" => 0,
   "updated" => 0,
   "unchanged" => 11,
   "failed" => 0,
   "deactivated" => 0,
   "sum" => 11,
   "total" => 0
  },
  3 => {
   "skipped" => 0,
   "created" => 0,
   "updated" => 0,
   "unchanged" => 1845,
   "failed" => 0,
   "deactivated" => 0,
   "sum" => 1845,
   "total" => 0
  },
  5 => {
   "skipped" => 0,
   "created" => 0,
   "updated" => 0,
   "unchanged" => 16,
   "failed" => 0,
   "deactivated" => 0,
   "sum" => 16,
   "total" => 0
  },
  6 => {
   "skipped" => 0,
   "created" => 0,
   "updated" => 0,
   "unchanged" => 14,
   "failed" => 0,
   "deactivated" => 0,
   "sum" => 14,
   "total" => 0
  },
  8 => {
   "skipped" => 0,
   "created" => 0,
   "updated" => 0,
   "unchanged" => 6,
   "failed" => 0,
   "deactivated" => 0,
   "sum" => 6,
   "total" => 0
  },
  10 => {
   "skipped" => 0,
   "created" => 0,
   "updated" => 0,
   "unchanged" => 3,
   "failed" => 0,
   "deactivated" => 0,
   "sum" => 3,
   "total" => 0
  },
  9 => {
   "skipped" => 0,
   "created" => 0,
   "updated" => 0,
   "unchanged" => 3,
   "failed" => 0,
   "deactivated" => 0,
   "sum" => 3,
   "total" => 0
  },
  1 => {
   "skipped" => 0,
   "created" => 0,
   "updated" => 1,
   "unchanged" => 0,
   "failed" => 0,
   "deactivated" => 0,
   "sum" => 1,
   "total" => 0
  }
 }
}
Creating Job 10...
Starting Job 10...
Job 10 still running.Waiting 30 seconds...
Job 10 still running.Waiting 30 seconds...
Job 10 still running.Waiting 30 seconds...
Job 10 still running.Waiting 30 seconds...
Job 10 still running.Waiting 30 seconds...
Job 10 still running.Waiting 30 seconds...
Job 10 still running.Waiting 30 seconds...
Job 10 still running.Waiting 30 seconds...
Job 10 still running.Waiting 30 seconds...
Job 10 still running.Waiting 30 seconds...
Job 10 still running.Waiting 30 seconds...
Job 10 finished: Result: {
 "skipped" => 0,
 "created" => 0,
 "updated" => 1,
 "unchanged" => 1904,
 "failed" => 0,
 "deactivated" => 0,
 "sum" => 1905,
 "total" => 1905,
 "role_ids" => {
  2 => {
   "skipped" => 0,
   "created" => 0,
   "updated" => 1,
   "unchanged" => 59,
   "failed" => 0,
   "deactivated" => 0,
   "sum" => 60,
   "total" => 0
  },
  4 => {
   "skipped" => 0,
   "created" => 0,
   "updated" => 0,
   "unchanged" => 19,
   "failed" => 0,
   "deactivated" => 0,
   "sum" => 19,
   "total" => 0
  },
  7 => {
   "skipped" => 0,
   "created" => 0,
   "updated" => 0,
   "unchanged" => 11,
   "failed" => 0,
   "deactivated" => 0,
   "sum" => 11,
   "total" => 0
  },
  3 => {
   "skipped" => 0,
   "created" => 0,
   "updated" => 0,
   "unchanged" => 1845,
   "failed" => 0,
   "deactivated" => 0,
   "sum" => 1845,
   "total" => 0
  },
  5 => {
   "skipped" => 0,
   "created" => 0,
   "updated" => 0,
   "unchanged" => 16,
   "failed" => 0,
   "deactivated" => 0,
   "sum" => 16,
   "total" => 0
  },
  6 => {
   "skipped" => 0,
   "created" => 0,
   "updated" => 0,
   "unchanged" => 14,
   "failed" => 0,
   "deactivated" => 0,
   "sum" => 14,
   "total" => 0
  },
  8 => {
   "skipped" => 0,
   "created" => 0,
   "updated" => 0,
   "unchanged" => 6,
   "failed" => 0,
   "deactivated" => 0,
   "sum" => 6,
   "total" => 0
  },
  10 => {
   "skipped" => 0,
   "created" => 0,
   "updated" => 0,
   "unchanged" => 3,
   "failed" => 0,
   "deactivated" => 0,
   "sum" => 3,
   "total" => 0
  },
  9 => {
   "skipped" => 0,
   "created" => 0,
   "updated" => 0,
   "unchanged" => 3,
   "failed" => 0,
   "deactivated" => 0,
   "sum" => 3,
   "total" => 0
  },
  1 => {
   "skipped" => 0,
   "created" => 0,
   "updated" => 1,
   "unchanged" => 0,
   "failed" => 0,
   "deactivated" => 0,
   "sum" => 1,
   "total" => 0
  }
 }
}

Hola @Sandalas - ¡Gracias! Eso se ve bastante bien desde mi punto de vista. @rlue : sería genial si pudieras ayudarme aquí. Podemos hablar de ello el lunes.

¿Alguna noticia sobre esto? También tengo una instancia para reproducirlo. @rlue

Solo una actualización rápida para cualquiera que esté siguiendo este problema: hemos preparado una solución y la estamos probando en una instancia de Zammad esta semana. Lo fusionaremos al final de la semana, siempre que el error no vuelva a aparecer para entonces.

El mismo problema aquí con zammad 2.5. ¿Alguna actualización?

@rlue : ¿Cuál es el estado del arreglo?

@Sandalas Los cambios implementados actualmente en una instancia con el problema. Esperando comentarios esta semana.

Una breve actualización: Parece que el mensaje de error An error occurred: undefined method ord 'para nil: NilClass `aparece debido a que el servidor LDAP no responde. Necesitamos depurar más profundamente (tal vez para aumentar los tiempos de espera de respuesta), lo que llevará más tiempo.

@martini, ¿ podría intentar establecer un tiempo de espera de 20 segundos a través de: Setting.set('ldap_config', Setting.get('ldap_config').merge(connect_timeout: 20)) través de la consola Zammad Rails ?
@Sandalas - también puedes probarlo. No se requieren cambios especiales para probar esto.

@thorsteneckel - Hice el cambio y reinicié Zammad, desafortunadamente sin éxito.
Aún así, la importación iniciada manualmente se realizó correctamente sin errores, la programación automática genera un error después de más de 1200 entradas.

Hola @Sandalas : hemos obtenido resultados bastante buenos con tiempos de espera más altos. ¿Podría hacer lo siguiente para asegurarse de que su problema tiene la misma causa: Ejecute Setting.set('ldap_config', Setting.get('ldap_config').merge(connect_timeout: 100.minutes.to_i)) través de la consola de rails Zammad y reinicie todos los servicios (Webservice / Scheduler / Websocket-Server). ¿Y informar después de 2-3 días? ¡Gracias!

Hola @thorsteneckel : es suficiente para llevar a uno a la desesperación. Sigue igual 😞

Todavía estoy en 2.4.0, cuando comenzamos las pruebas, ¿debo actualizar a la versión más reciente? ¿E intenta de nuevo?

Me apresuré demasiado, todavía nos enfrentamos al problema en nuestra instancia alojada. Tendremos que profundizar y depurar la gema LDAP Ruby. Dado que este es un territorio desconocido para nosotros, podría llevar algún tiempo. Asegúrese de que estemos trabajando en ello.

@thorsteneckel - Tengo buenas noticias para ti (o espero que sean buenas 😉)
Actualicé nuestro Dev-System ayer de 2.4.0 a 2.6.x (2.6.0-1535959167.5a2f2afe).
La importación manual se realiza correctamente sin errores y hasta ahora cada uno automático.

El Setting.get('ldap_config') muestra "connect_timeout"=>6000


debug_issue.rb - Salida

Creando Trabajo 1 ...
Inicio del trabajo 1 ...
El trabajo 1 aún se está ejecutando. Esperando 30 segundos ...
El trabajo 1 aún se está ejecutando. Esperando 30 segundos ...
El trabajo 1 aún se está ejecutando. Esperando 30 segundos ...
El trabajo 1 aún se está ejecutando. Esperando 30 segundos ...
El trabajo 1 aún se está ejecutando. Esperando 30 segundos ...
Trabajo 1 terminado: Resultado: {"omitido" => 0, "creado" => 0, "actualizado" => 1, "sin cambios" => 1909, "fallido" => 0, "desactivado" => 0, " sum "=> 1910," total "=> 1910," role_ids "=> {2 => {" omitido "=> 0," creado "=> 0," actualizado "=> 1," sin cambios "=> 59 , "fallido" => 0, "desactivado" => 0, "suma" => 60, "total" => 0}, 4 => {"omitido" => 0, "creado" => 0, "actualizado "=> 0," sin cambios "=> 18," fallido "=> 0," desactivado "=> 0," suma "=> 18," total "=> 0}, 7 => {" omitido "=> 0, "creado" => 0, "actualizado" => 0, "sin cambios" => 10, "fallido" => 0, "desactivado" => 0, "suma" => 10, "total" => 0 }, 3 => {"omitido" => 0, "creado" => 0, "actualizado" => 0, "sin cambios" => 1850, "fallido" => 0, "desactivado" => 0, "suma "=> 1850," total "=> 0}, 5 => {" omitido "=> 0," creado "=> 0," actualizado "=> 0," sin cambios "=> 15," fallido "=> 0, "desactivado" => 0, "suma" => 15, "total" => 0}, 6 => {"omitido" => 0, "creado" => 0, "actualizado" => 0, " sin cambios "=> 14," fallido "=> 0," desactivado "=> 0," suma "=> 14," total "=> 0}, 8 => {" omitido "=> 0," creado "= > 0, "actualizado" => 0, "sin cambios" => 6, "fallido" => 0, "desactivado" => 0, "suma" => 6, "total" => 0}, 10 => { "omitido" => 0, "creado" => 0, "actualizado" => 0, "sin cambios" => 3, "fallido" => 0, "desactivado" => 0, "suma" => 3, "total" = > 0}, 9 => {"omitido" => 0, "creado" => 0, "actualizado" => 0, "sin cambios" => 3, "fallido" => 0, "desactivado" => 0, "suma" => 3, "total" => 0}, 1 => {"omitido" => 0, "creado" => 0, "actualizado" => 1, "sin cambios" => 0, "fallido" => 0, "desactivado" => 0, "suma" => 1, "total" => 0}}}
Creando Trabajo 2 ...
Inicio del trabajo 2 ...
El trabajo 2 aún se está ejecutando. Esperando 30 segundos ...
El trabajo 2 aún se está ejecutando. Esperando 30 segundos ...
El trabajo 2 aún se está ejecutando. Esperando 30 segundos ...
El trabajo 2 aún se está ejecutando. Esperando 30 segundos ...
El trabajo 2 aún se está ejecutando. Esperando 30 segundos ...
Trabajo 2 terminado: Resultado: {"omitido" => 0, "creado" => 0, "actualizado" => 1, "sin cambios" => 1909, "fallido" => 0, "desactivado" => 0, " sum "=> 1910," total "=> 1910," role_ids "=> {2 => {" omitido "=> 0," creado "=> 0," actualizado "=> 1," sin cambios "=> 59 , "fallido" => 0, "desactivado" => 0, "suma" => 60, "total" => 0}, 4 => {"omitido" => 0, "creado" => 0, "actualizado "=> 0," sin cambios "=> 18," fallido "=> 0," desactivado "=> 0," suma "=> 18," total "=> 0}, 7 => {" omitido "=> 0, "creado" => 0, "actualizado" => 0, "sin cambios" => 10, "fallido" => 0, "desactivado" => 0, "suma" => 10, "total" => 0 }, 3 => {"omitido" => 0, "creado" => 0, "actualizado" => 0, "sin cambios" => 1850, "fallido" => 0, "desactivado" => 0, "suma "=> 1850," total "=> 0}, 5 => {" omitido "=> 0," creado "=> 0," actualizado "=> 0," sin cambios "=> 15," fallido "=> 0, "desactivado" => 0, "suma" => 15, "total" => 0}, 6 => {"omitido" => 0, "creado" => 0, "actualizado" => 0, " sin cambios "=> 14," fallido "=> 0," desactivado "=> 0," suma "=> 14," total "=> 0}, 8 => {" omitido "=> 0," creado "= > 0, "actualizado" => 0, "sin cambios" => 6, "fallido" => 0, "desactivado" => 0, "suma" => 6, "total" => 0}, 10 => { "omitido" => 0, "creado" => 0, "actualizado" => 0, "sin cambios" => 3, "fallido" => 0, "desactivado" => 0, "suma" => 3, "total" = > 0}, 9 => {"omitido" => 0, "creado" => 0, "actualizado" => 0, "sin cambios" => 3, "fallido" => 0, "desactivado" => 0, "suma" => 3, "total" => 0}, 1 => {"omitido" => 0, "creado" => 0, "actualizado" => 1, "sin cambios" => 0, "fallido" => 0, "desactivado" => 0, "suma" => 1, "total" => 0}}}
Creando Trabajo 3 ...
Inicio del trabajo 3 ...
El trabajo 3 aún se está ejecutando. Esperando 30 segundos ...
El trabajo 3 aún se está ejecutando. Esperando 30 segundos ...
El trabajo 3 aún se está ejecutando. Esperando 30 segundos ...
El trabajo 3 aún se está ejecutando. Esperando 30 segundos ...
El trabajo 3 aún se está ejecutando. Esperando 30 segundos ...
Trabajo 3 terminado: Resultado: {"omitido" => 0, "creado" => 0, "actualizado" => 1, "sin cambios" => 1909, "fallido" => 0, "desactivado" => 0, " sum "=> 1910," total "=> 1910," role_ids "=> {2 => {" omitido "=> 0," creado "=> 0," actualizado "=> 1," sin cambios "=> 59 , "fallido" => 0, "desactivado" => 0, "suma" => 60, "total" => 0}, 4 => {"omitido" => 0, "creado" => 0, "actualizado "=> 0," sin cambios "=> 18," fallido "=> 0," desactivado "=> 0," suma "=> 18," total "=> 0}, 7 => {" omitido "=> 0, "creado" => 0, "actualizado" => 0, "sin cambios" => 10, "fallido" => 0, "desactivado" => 0, "suma" => 10, "total" => 0 }, 3 => {"omitido" => 0, "creado" => 0, "actualizado" => 0, "sin cambios" => 1850, "fallido" => 0, "desactivado" => 0, "suma "=> 1850," total "=> 0}, 5 => {" omitido "=> 0," creado "=> 0," actualizado "=> 0," sin cambios "=> 15," fallido "=> 0, "desactivado" => 0, "suma" => 15, "total" => 0}, 6 => {"omitido" => 0, "creado" => 0, "actualizado" => 0, " sin cambios "=> 14," fallido "=> 0," desactivado "=> 0," suma "=> 14," total "=> 0}, 8 => {" omitido "=> 0," creado "= > 0, "actualizado" => 0, "sin cambios" => 6, "fallido" => 0, "desactivado" => 0, "suma" => 6, "total" => 0}, 10 => { "omitido" => 0, "creado" => 0, "actualizado" => 0, "sin cambios" => 3, "fallido" => 0, "desactivado" => 0, "suma" => 3, "total" = > 0}, 9 => {"omitido" => 0, "creado" => 0, "actualizado" => 0, "sin cambios" => 3, "fallido" => 0, "desactivado" => 0, "suma" => 3, "total" => 0}, 1 => {"omitido" => 0, "creado" => 0, "actualizado" => 1, "sin cambios" => 0, "fallido" => 0, "desactivado" => 0, "suma" => 1, "total" => 0}}}
Creando Trabajo 4 ...
Inicio del trabajo 4 ...
El trabajo 4 aún se está ejecutando. Esperando 30 segundos ...
El trabajo 4 aún se está ejecutando. Esperando 30 segundos ...
El trabajo 4 aún se está ejecutando. Esperando 30 segundos ...
El trabajo 4 aún se está ejecutando. Esperando 30 segundos ...
El trabajo 4 aún se está ejecutando. Esperando 30 segundos ...
Trabajo 4 terminado: Resultado: {"omitido" => 0, "creado" => 0, "actualizado" => 1, "sin cambios" => 1909, "fallido" => 0, "desactivado" => 0, " sum "=> 1910," total "=> 1910," role_ids "=> {2 => {" omitido "=> 0," creado "=> 0," actualizado "=> 1," sin cambios "=> 59 , "fallido" => 0, "desactivado" => 0, "suma" => 60, "total" => 0}, 4 => {"omitido" => 0, "creado" => 0, "actualizado "=> 0," sin cambios "=> 18," fallido "=> 0," desactivado "=> 0," suma "=> 18," total "=> 0}, 7 => {" omitido "=> 0, "creado" => 0, "actualizado" => 0, "sin cambios" => 10, "fallido" => 0, "desactivado" => 0, "suma" => 10, "total" => 0 }, 3 => {"omitido" => 0, "creado" => 0, "actualizado" => 0, "sin cambios" => 1850, "fallido" => 0, "desactivado" => 0, "suma "=> 1850," total "=> 0}, 5 => {" omitido "=> 0," creado "=> 0," actualizado "=> 0," sin cambios "=> 15," fallido "=> 0, "desactivado" => 0, "suma" => 15, "total" => 0}, 6 => {"omitido" => 0, "creado" => 0, "actualizado" => 0, " sin cambios "=> 14," fallido "=> 0," desactivado "=> 0," suma "=> 14," total "=> 0}, 8 => {" omitido "=> 0," creado "= > 0, "actualizado" => 0, "sin cambios" => 6, "fallido" => 0, "desactivado" => 0, "suma" => 6, "total" => 0}, 10 => { "omitido" => 0, "creado" => 0, "actualizado" => 0, "sin cambios" => 3, "fallido" => 0, "desactivado" => 0, "suma" => 3, "total" = > 0}, 9 => {"omitido" => 0, "creado" => 0, "actualizado" => 0, "sin cambios" => 3, "fallido" => 0, "desactivado" => 0, "suma" => 3, "total" => 0}, 1 => {"omitido" => 0, "creado" => 0, "actualizado" => 1, "sin cambios" => 0, "fallido" => 0, "desactivado" => 0, "suma" => 1, "total" => 0}}}
Creando Trabajo 5 ...
Inicio del trabajo 5 ...
El trabajo 5 aún se está ejecutando. Esperando 30 segundos ...
El trabajo 5 aún se está ejecutando. Esperando 30 segundos ...
El trabajo 5 aún se está ejecutando. Esperando 30 segundos ...
El trabajo 5 aún se está ejecutando. Esperando 30 segundos ...
El trabajo 5 aún se está ejecutando. Esperando 30 segundos ...
Trabajo 5 terminado: Resultado: {"omitido" => 0, "creado" => 0, "actualizado" => 1, "sin cambios" => 1909, "fallido" => 0, "desactivado" => 0, " sum "=> 1910," total "=> 1910," role_ids "=> {2 => {" omitido "=> 0," creado "=> 0," actualizado "=> 1," sin cambios "=> 59 , "fallido" => 0, "desactivado" => 0, "suma" => 60, "total" => 0}, 4 => {"omitido" => 0, "creado" => 0, "actualizado "=> 0," sin cambios "=> 18," fallido "=> 0," desactivado "=> 0," suma "=> 18," total "=> 0}, 7 => {" omitido "=> 0, "creado" => 0, "actualizado" => 0, "sin cambios" => 10, "fallido" => 0, "desactivado" => 0, "suma" => 10, "total" => 0 }, 3 => {"omitido" => 0, "creado" => 0, "actualizado" => 0, "sin cambios" => 1850, "fallido" => 0, "desactivado" => 0, "suma "=> 1850," total "=> 0}, 5 => {" omitido "=> 0," creado "=> 0," actualizado "=> 0," sin cambios "=> 15," fallido "=> 0, "desactivado" => 0, "suma" => 15, "total" => 0}, 6 => {"omitido" => 0, "creado" => 0, "actualizado" => 0, " sin cambios "=> 14," fallido "=> 0," desactivado "=> 0," suma "=> 14," total "=> 0}, 8 => {" omitido "=> 0," creado "= > 0, "actualizado" => 0, "sin cambios" => 6, "fallido" => 0, "desactivado" => 0, "suma" => 6, "total" => 0}, 10 => { "omitido" => 0, "creado" => 0, "actualizado" => 0, "sin cambios" => 3, "fallido" => 0, "desactivado" => 0, "suma" => 3, "total" = > 0}, 9 => {"omitido" => 0, "creado" => 0, "actualizado" => 0, "sin cambios" => 3, "fallido" => 0, "desactivado" => 0, "suma" => 3, "total" => 0}, 1 => {"omitido" => 0, "creado" => 0, "actualizado" => 1, "sin cambios" => 0, "fallido" => 0, "desactivado" => 0, "suma" => 1, "total" => 0}}}
Creación de trabajo 6 ...
Inicio del trabajo 6 ...
El trabajo 6 aún se está ejecutando. Esperando 30 segundos ...
El trabajo 6 aún se está ejecutando. Esperando 30 segundos ...
El trabajo 6 aún se está ejecutando. Esperando 30 segundos ...
El trabajo 6 aún se está ejecutando. Esperando 30 segundos ...
El trabajo 6 aún se está ejecutando. Esperando 30 segundos ...
Trabajo 6 terminado: Resultado: {"omitido" => 0, "creado" => 0, "actualizado" => 1, "sin cambios" => 1909, "fallido" => 0, "desactivado" => 0, " sum "=> 1910," total "=> 1910," role_ids "=> {2 => {" omitido "=> 0," creado "=> 0," actualizado "=> 1," sin cambios "=> 59 , "fallido" => 0, "desactivado" => 0, "suma" => 60, "total" => 0}, 4 => {"omitido" => 0, "creado" => 0, "actualizado "=> 0," sin cambios "=> 18," fallido "=> 0," desactivado "=> 0," suma "=> 18," total "=> 0}, 7 => {" omitido "=> 0, "creado" => 0, "actualizado" => 0, "sin cambios" => 10, "fallido" => 0, "desactivado" => 0, "suma" => 10, "total" => 0 }, 3 => {"omitido" => 0, "creado" => 0, "actualizado" => 0, "sin cambios" => 1850, "fallido" => 0, "desactivado" => 0, "suma "=> 1850," total "=> 0}, 5 => {" omitido "=> 0," creado "=> 0," actualizado "=> 0," sin cambios "=> 15," fallido "=> 0, "desactivado" => 0, "suma" => 15, "total" => 0}, 6 => {"omitido" => 0, "creado" => 0, "actualizado" => 0, " sin cambios "=> 14," fallido "=> 0," desactivado "=> 0," suma "=> 14," total "=> 0}, 8 => {" omitido "=> 0," creado "= > 0, "actualizado" => 0, "sin cambios" => 6, "fallido" => 0, "desactivado" => 0, "suma" => 6, "total" => 0}, 10 => { "omitido" => 0, "creado" => 0, "actualizado" => 0, "sin cambios" => 3, "fallido" => 0, "desactivado" => 0, "suma" => 3, "total" = > 0}, 9 => {"omitido" => 0, "creado" => 0, "actualizado" => 0, "sin cambios" => 3, "fallido" => 0, "desactivado" => 0, "suma" => 3, "total" => 0}, 1 => {"omitido" => 0, "creado" => 0, "actualizado" => 1, "sin cambios" => 0, "fallido" => 0, "desactivado" => 0, "suma" => 1, "total" => 0}}}
Creación de trabajo 7 ...
Inicio del trabajo 7 ...
El trabajo 7 aún se está ejecutando. Esperando 30 segundos ...
El trabajo 7 aún se está ejecutando. Esperando 30 segundos ...
El trabajo 7 aún se está ejecutando. Esperando 30 segundos ...
El trabajo 7 aún se está ejecutando. Esperando 30 segundos ...
El trabajo 7 aún se está ejecutando. Esperando 30 segundos ...
Trabajo 7 terminado: Resultado: {"omitido" => 0, "creado" => 0, "actualizado" => 1, "sin cambios" => 1909, "fallido" => 0, "desactivado" => 0, " sum "=> 1910," total "=> 1910," role_ids "=> {2 => {" omitido "=> 0," creado "=> 0," actualizado "=> 1," sin cambios "=> 59 , "fallido" => 0, "desactivado" => 0, "suma" => 60, "total" => 0}, 4 => {"omitido" => 0, "creado" => 0, "actualizado "=> 0," sin cambios "=> 18," fallido "=> 0," desactivado "=> 0," suma "=> 18," total "=> 0}, 7 => {" omitido "=> 0, "creado" => 0, "actualizado" => 0, "sin cambios" => 10, "fallido" => 0, "desactivado" => 0, "suma" => 10, "total" => 0 }, 3 => {"omitido" => 0, "creado" => 0, "actualizado" => 0, "sin cambios" => 1850, "fallido" => 0, "desactivado" => 0, "suma "=> 1850," total "=> 0}, 5 => {" omitido "=> 0," creado "=> 0," actualizado "=> 0," sin cambios "=> 15," fallido "=> 0, "desactivado" => 0, "suma" => 15, "total" => 0}, 6 => {"omitido" => 0, "creado" => 0, "actualizado" => 0, " sin cambios "=> 14," fallido "=> 0," desactivado "=> 0," suma "=> 14," total "=> 0}, 8 => {" omitido "=> 0," creado "= > 0, "actualizado" => 0, "sin cambios" => 6, "fallido" => 0, "desactivado" => 0, "suma" => 6, "total" => 0}, 10 => { "omitido" => 0, "creado" => 0, "actualizado" => 0, "sin cambios" => 3, "fallido" => 0, "desactivado" => 0, "suma" => 3, "total" = > 0}, 9 => {"omitido" => 0, "creado" => 0, "actualizado" => 0, "sin cambios" => 3, "fallido" => 0, "desactivado" => 0, "suma" => 3, "total" => 0}, 1 => {"omitido" => 0, "creado" => 0, "actualizado" => 1, "sin cambios" => 0, "fallido" => 0, "desactivado" => 0, "suma" => 1, "total" => 0}}}
Creación de trabajo 8 ...
Inicio del trabajo 8 ...
El trabajo 8 aún se está ejecutando. Esperando 30 segundos ...
El trabajo 8 aún se está ejecutando. Esperando 30 segundos ...
El trabajo 8 aún se está ejecutando. Esperando 30 segundos ...
El trabajo 8 aún se está ejecutando. Esperando 30 segundos ...
El trabajo 8 aún se está ejecutando. Esperando 30 segundos ...
Trabajo 8 terminado: Resultado: {"omitido" => 0, "creado" => 0, "actualizado" => 1, "sin cambios" => 1909, "fallido" => 0, "desactivado" => 0, " sum "=> 1910," total "=> 1910," role_ids "=> {2 => {" omitido "=> 0," creado "=> 0," actualizado "=> 1," sin cambios "=> 59 , "fallido" => 0, "desactivado" => 0, "suma" => 60, "total" => 0}, 4 => {"omitido" => 0, "creado" => 0, "actualizado "=> 0," sin cambios "=> 18," fallido "=> 0," desactivado "=> 0," suma "=> 18," total "=> 0}, 7 => {" omitido "=> 0, "creado" => 0, "actualizado" => 0, "sin cambios" => 10, "fallido" => 0, "desactivado" => 0, "suma" => 10, "total" => 0 }, 3 => {"omitido" => 0, "creado" => 0, "actualizado" => 0, "sin cambios" => 1850, "fallido" => 0, "desactivado" => 0, "suma "=> 1850," total "=> 0}, 5 => {" omitido "=> 0," creado "=> 0," actualizado "=> 0," sin cambios "=> 15," fallido "=> 0, "desactivado" => 0, "suma" => 15, "total" => 0}, 6 => {"omitido" => 0, "creado" => 0, "actualizado" => 0, " sin cambios "=> 14," fallido "=> 0," desactivado "=> 0," suma "=> 14," total "=> 0}, 8 => {" omitido "=> 0," creado "= > 0, "actualizado" => 0, "sin cambios" => 6, "fallido" => 0, "desactivado" => 0, "suma" => 6, "total" => 0}, 10 => { "omitido" => 0, "creado" => 0, "actualizado" => 0, "sin cambios" => 3, "fallido" => 0, "desactivado" => 0, "suma" => 3, "total" = > 0}, 9 => {"omitido" => 0, "creado" => 0, "actualizado" => 0, "sin cambios" => 3, "fallido" => 0, "desactivado" => 0, "suma" => 3, "total" => 0}, 1 => {"omitido" => 0, "creado" => 0, "actualizado" => 1, "sin cambios" => 0, "fallido" => 0, "desactivado" => 0, "suma" => 1, "total" => 0}}}
Creación de trabajo 9 ...
Inicio del trabajo 9 ...
El trabajo 9 aún se está ejecutando. Esperando 30 segundos ...
El trabajo 9 aún se está ejecutando. Esperando 30 segundos ...
El trabajo 9 aún se está ejecutando. Esperando 30 segundos ...
El trabajo 9 aún se está ejecutando. Esperando 30 segundos ...
El trabajo 9 aún se está ejecutando. Esperando 30 segundos ...
Trabajo 9 terminado: Resultado: {"omitido" => 0, "creado" => 0, "actualizado" => 1, "sin cambios" => 1909, "fallido" => 0, "desactivado" => 0, " sum "=> 1910," total "=> 1910," role_ids "=> {2 => {" omitido "=> 0," creado "=> 0," actualizado "=> 1," sin cambios "=> 59 , "fallido" => 0, "desactivado" => 0, "suma" => 60, "total" => 0}, 4 => {"omitido" => 0, "creado" => 0, "actualizado "=> 0," sin cambios "=> 18," fallido "=> 0," desactivado "=> 0," suma "=> 18," total "=> 0}, 7 => {" omitido "=> 0, "creado" => 0, "actualizado" => 0, "sin cambios" => 10, "fallido" => 0, "desactivado" => 0, "suma" => 10, "total" => 0 }, 3 => {"omitido" => 0, "creado" => 0, "actualizado" => 0, "sin cambios" => 1850, "fallido" => 0, "desactivado" => 0, "suma "=> 1850," total "=> 0}, 5 => {" omitido "=> 0," creado "=> 0," actualizado "=> 0," sin cambios "=> 15," fallido "=> 0, "desactivado" => 0, "suma" => 15, "total" => 0}, 6 => {"omitido" => 0, "creado" => 0, "actualizado" => 0, " sin cambios "=> 14," fallido "=> 0," desactivado "=> 0," suma "=> 14," total "=> 0}, 8 => {" omitido "=> 0," creado "= > 0, "actualizado" => 0, "sin cambios" => 6, "fallido" => 0, "desactivado" => 0, "suma" => 6, "total" => 0}, 10 => { "omitido" => 0, "creado" => 0, "actualizado" => 0, "sin cambios" => 3, "fallido" => 0, "desactivado" => 0, "suma" => 3, "total" = > 0}, 9 => {"omitido" => 0, "creado" => 0, "actualizado" => 0, "sin cambios" => 3, "fallido" => 0, "desactivado" => 0, "suma" => 3, "total" => 0}, 1 => {"omitido" => 0, "creado" => 0, "actualizado" => 1, "sin cambios" => 0, "fallido" => 0, "desactivado" => 0, "suma" => 1, "total" => 0}}}
Creación de trabajo 10 ...
Inicio del trabajo 10 ...
El trabajo 10 aún se está ejecutando. Esperando 30 segundos ...
El trabajo 10 aún se está ejecutando. Esperando 30 segundos ...
El trabajo 10 aún se está ejecutando. Esperando 30 segundos ...
El trabajo 10 aún se está ejecutando. Esperando 30 segundos ...
El trabajo 10 aún se está ejecutando. Esperando 30 segundos ...
Trabajo 10 terminado: Resultado: {"omitido" => 0, "creado" => 0, "actualizado" => 1, "sin cambios" => 1909, "fallido" => 0, "desactivado" => 0, " sum "=> 1910," total "=> 1910," role_ids "=> {2 => {" omitido "=> 0," creado "=> 0," actualizado "=> 1," sin cambios "=> 59 , "fallido" => 0, "desactivado" => 0, "suma" => 60, "total" => 0}, 4 => {"omitido" => 0, "creado" => 0, "actualizado "=> 0," sin cambios "=> 18," fallido "=> 0," desactivado "=> 0," suma "=> 18," total "=> 0}, 7 => {" omitido "=> 0, "creado" => 0, "actualizado" => 0, "sin cambios" => 10, "fallido" => 0, "desactivado" => 0, "suma" => 10, "total" => 0 }, 3 => {"omitido" => 0, "creado" => 0, "actualizado" => 0, "sin cambios" => 1850, "fallido" => 0, "desactivado" => 0, "suma "=> 1850," total "=> 0}, 5 => {" omitido "=> 0," creado "=> 0," actualizado "=> 0," sin cambios "=> 15," fallido "=> 0, "desactivado" => 0, "suma" => 15, "total" => 0}, 6 => {"omitido" => 0, "creado" => 0, "actualizado" => 0, " sin cambios "=> 14," fallido "=> 0," desactivado "=> 0," suma "=> 14," total "=> 0}, 8 => {" omitido "=> 0," creado "= > 0, "actualizado" => 0, "sin cambios" => 6, "fallido" => 0, "desactivado" => 0, "suma" => 6, "total" => 0}, 10 => { "omitido "=> 0," creado "=> 0," actualizado "=> 0," sin cambios "=> 3," fallido "=> 0," desactivado "=> 0," suma "=> 3," total " => 0}, 9 => {"omitido" => 0, "creado" => 0, "actualizado" => 0, "sin cambios" => 3, "fallido" => 0, "desactivado" => 0 , "suma" => 3, "total" => 0}, 1 => {"omitido" => 0, "creado" => 0, "actualizado" => 1, "sin cambios" => 0, "fallido "=> 0," desactivado "=> 0," suma "=> 1," total "=> 0}}}

.
Si hay algo que deba probar, hágamelo saber.

Hola @Sandalas , ¡gracias por el

Lamento saber que todavía ocurre en otro sistema.
Si puedo proporcionarle algunos datos para ayudarlo, hágamelo saber.
¡La mejor de las suertes!

Ya no podemos reproducir el problema, ¡así que contamos este cerrado! : tada:

¿Fue útil esta página
0 / 5 - 0 calificaciones