gelt00
August 16, 2023, 7:57pm
1
Infos:
Used Zammad version: 6
Used Zammad installation type: (source, package, docker-compose, …) packege
Operating system: Centos 8
Browser + version: Chrome v115
Expected behavior:
run on zammad console Scheduler.find_by(name: ‘Import Jobs’).update!(period: 1.day) to modify ldap sync process
Actual behavior:
irb(main):005:0> Scheduler.find_by(name: ‘Import Jobs’).update!(period: 1.day)
(irb):5:in <main>': undefined method
update!’ for nil:NilClass (NoMethodError)
irb(main):006:0>
undefin method update!
Steps to reproduce the behavior:
run on zammad v6 rails console .update! method
*
Hi @gelt00 . Could you please describe your original issue in more detail?
gelt00
August 17, 2023, 6:31am
3
I am trying to modify the execution interval of the ldap Sync task, from 1 hour to 24 hours, but the command in one of the posts does not work with version 6.0.0 of zammad
Also, trying to modify the .rb and compile again doesn’t seem to work.
Any rails console command to increase Interval time?
Maybe this is kind of helpful.
1 Like
Just to be sure: This affects all import jobs, not only LDAP.
1 Like
7qubit
August 18, 2023, 7:11am
7
but on mail fetch channel too ? or only Exchange Import
I mean which are these all import jobs
It affects Import::Ldap
and Import::Exchange
.
1 Like
system
Closed
August 25, 2023, 8:02am
9
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.