Skip to content

Commit

Permalink
Add inactivity jobs to job manager, fixes #366
Browse files Browse the repository at this point in the history
  • Loading branch information
amaierhofer committed Jan 29, 2025
1 parent ccb482b commit 8219243
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/hitobito_pbs/wagon.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ class Wagon < Rails::Engine
JobManager.wagon_jobs += [
AlumniInvitationsJob,
Event::ApprovalCleanupJob,
Event::CampReminderJob
Event::CampReminderJob,
Person::InactivityBlockJob,
Person::InactivityBlockWarningJob
]

### models
Expand Down

0 comments on commit 8219243

Please sign in to comment.