Dannymh
Active member
Hi,
I am just about to start writing an hourly task that will run and generate a bunch of things via REST API to another service. This might look like requests with 50 items in it that first need to be collated and placed into batches, the service on the other end will collate these and do what it needs to do.
Anyway my question here is if I use a xenforo cron task for this, will the user who triggers that cron task be effected by any kind of load or performance issue whilst that task is completed?
If so I will just need to move this to a server side cron task that runs as needed. If it jsut triggers the cron and the user isnt effected in anyway then thats fine I will just run with that
I am just about to start writing an hourly task that will run and generate a bunch of things via REST API to another service. This might look like requests with 50 items in it that first need to be collated and placed into batches, the service on the other end will collate these and do what it needs to do.
Anyway my question here is if I use a xenforo cron task for this, will the user who triggers that cron task be effected by any kind of load or performance issue whilst that task is completed?
If so I will just need to move this to a server side cron task that runs as needed. If it jsut triggers the cron and the user isnt effected in anyway then thats fine I will just run with that