During our latest deployment we encountered a rather annoying bug/problem with scheduled tasks.We have two kentico instance servers running, targeting same db, no web-farm. Server Prod1 and Server ...
Our client has a Kentico 13 instance hosted in Azure via two Azure App Services (CMS site and MVC site). They have a form builder form setup using the file uploader component. We noticed that the t...
Hi all, Following the instructions given here: https://docs.xperience.io/k12sp/configuring-kentico/scheduling-tasks/scheduling-custom-tasks I made a simple task which I want to register as a schedu...
I am using Kentico 13 Core.I have a custom task that creates or updates Kentico pages based on json data that I want to improve performance on. There are several thousand records in the json object...
I need to know how to get the delete inactive contacts to be scheduled daily at 2:00 AM This post some people say you can do it by the scheduled task others say you have to create a custom schedu...
Hi,I'm still learning to implement custom Scheduled Tasks. I created a class to add and update a record in a custom table and added it as a scheduled task but the table only updates after I Rebuild...
documentation says create your own so I go and create it. i did it like the instructions. It says at the end go back and select the customization The customization is now available as a new opt...
We have recently had an issue where a custom task ran unexpectedly, as it is only called by another scheduled task which had finished over 3 hours before.Below is a quick overview of our custom sch...
Does “Delete inactive contacts” scheduled task excludes the contacts that have consent agreements from deletion operation or deletes them as well ?
Today we found Database lock wait for this queries. How to solve this critical issue? Current version is Kentico 12.0.98 (Portal Engine)Query1:DELETE FROM CMS_ScheduledTask WHERE (([TaskObjectType]...