Added "LockTable when Update Function Execution Timestamp" option to handle concurrent API function executions. Disabled by default; enable if experiencing "Sorry we just updated this page" errors.
Corrections
Code Refactoring
Moved function execution timestamp update logic to `SendRequest` method, ensuring consistent timestamp updates across all execution paths (job queues, manual page actions). Timestamp now captures the actual start time before HTTP processing.