Skip to content

Commit

Permalink
fix ldap group sync job schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
machisuji committed May 8, 2024
1 parent 4d6a0a7 commit d516071
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/ldap_groups/lib/open_project/ldap_groups/engine.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class Engine < ::Rails::Engine
add_cron_jobs do
{
"LdapGroups::SynchronizationJob": {
cron: "30 23 * * *", # Run once per night at 11:30pm
cron: "*/30 * * * *", # Run every 30 minutes
class: LdapGroups::SynchronizationJob.name
}
}
Expand Down

0 comments on commit d516071

Please sign in to comment.