Currently people have to wait 1 full minute to get their results back because of how cron is designed. The job itself takes milliseconds to complete. Should we attempt to run it directly after the user hits the submit button? Ie, remove the code that adds it to a job?
Currently people have to wait 1 full minute to get their results back because of how cron is designed. The job itself takes milliseconds to complete. Should we attempt to run it directly after the user hits the submit button? Ie, remove the code that adds it to a job?