Which schedule is responsible for expired PersonWantsOrg requests checking? I.e. we've setup ValidUntil to date from the past. I want to process it as soon as possible. What should I change?
Hi P,
In 6.x, each time the DB scheduler runs, it checks for expired PWO entries and queues the appropriate jobs. In 7.x...actually I have not investigated the exact method, but I would guess it is the watchdog process or some other regular process. So as long as "as soon as possible" is on the order of a few minutes, you should be ok OOTB.