Scheduled publishing Content published later than expected.Issue When scheduling to publish a blog, it is delayed by about 20 minutes from the scheduled time.ReleaseAll release.CauseThere is a scheduled job, by which the scheduled publishing content would be processed once it hits the scheduled publishing time. https://<Instance>.service-now.com/nav_to.do?uri=sysauto_script.do?sys_id=af4a644d535b33005b51ddeeff7b12cd The job runs every 30 minutes. Logically, once the scheduled publishing time is hit, just after the job's last run, it must wait for the next running to set the target content to Published. This is by design.ResolutionAdjust the frequency of job running shorter, as much as matching the scheduled publishing content's published time. In other words, the repeating period is shorter, the delay of the content published would be delayed shorter.