I have a Render cron job. I want the script that runs inside the job to be able to fetch information about whoever ran an async execution of the job; user alias/name/id, timestamps, cron ID. I’d ultimately be writing this information to a file/database (this is for activity tracing).
How can i attain this information?