wultra / enrollment-server

Base implementation of the enrollment server, usable as the stub for project bootstrapping.
GNU Affero General Public License v3.0
4 stars 1 forks source link

Add lockAtLeastFor to the scheduler configuration #1101

Closed banterCZ closed 1 month ago

banterCZ commented 1 month ago

Let's not change it right now. Several tasks share one lock, SchedulerLockNames.ONBOARDING_PROCESS_LOCK, so it does not make sense to prolong jobs, which should be quick.