HedgehogDevelopment / SCScheduledPublishing

Apache License 2.0
8 stars 17 forks source link

Scheduled task interval does not change #9

Closed indyK1ng closed 7 years ago

indyK1ng commented 7 years ago

I'm trying to use this with Sitecore 8.2. Per issue #6, I have adjusted the interval of all Sitecore.Tasks.DatabaseAgent agents (and Sitecore.Tasks.TaskDatabaseAgent) to 30 seconds so we can get a more immediate timing. However, for some reason it still only appears to do an automatic publish every 10 minutes. Do I have to do something different in Sitecore 8.2?

Thank you.

indyK1ng commented 7 years ago

Oh, I just found the setting in the Tasks/Schedules path.

For anyone else confused about how to get it to fire more frequently, you also need to update the item at Sitecore/System/Tasks/Schedules/Scheduled Publish Task. It has a field named Schedule which is pipe delimited. The last item in that field is a frequency timer which you should set to how frequent you want it to run.