Is it safe to run a periodic task created with NewPeriodicTask2() during a text backup?
Example 1:
Periodic task starts deleting records in a loop and then a Daily backup is started.
Will periodic task routine be suspended while the Daily backup is being run?
If periodic task routine will be suspended will it resume after the Daily backup is finished?
Example 2:
Daily backup is running and then a periodic task should start.
Will periodic task be executed or ignored until the timer triggers it at the next scheduled time?
From what I've read, using these will store the updated records in memory and then write them to the database in bulk, instead of each record writing to the database in turn. So perhaps there&apo...
Hi David,
Since this happend in a timed task and its a memory problem, system crash and there are not any messages in hansa.log
In hansa log. last lines are following:
2025-04-24 22:48:20 runn...