Taylor J
Well-known member
What would be the preferred way to handle what could be a huge amount of jobs being created for scale wise?
For my use case a cron would be the simplest way to get this done but it would then have the down side of the task/function that needs to run not running at the exact time that is set for the moderator feature to end, but a job would allow that to happen.
The major downside I can think of running the task/function off of a job is that on busy forums where this feature could be used a lot it could end up with a good amount of rows in the xf_job table.
I want to go the job route but please do tell if that isn't the proper way to handle this.
For my use case a cron would be the simplest way to get this done but it would then have the down side of the task/function that needs to run not running at the exact time that is set for the moderator feature to end, but a job would allow that to happen.
The major downside I can think of running the task/function off of a job is that on busy forums where this feature could be used a lot it could end up with a good amount of rows in the xf_job table.
I want to go the job route but please do tell if that isn't the proper way to handle this.