Need to Change the Email Pull Timing

Using the Latest Version of the Helpdesk. Need to Change the Email Pull cron timing from 10 minutes to 1 min.

As Very are not able to respond quickly to the Support Emails.

Hi @Prasath_Sekar,

Thank You!

Updated in the hooks.py file. Working as expected.

@Prasath_Sekar

you can add in site config : “scheduler_interval”:60,

your updated cron is “0/” + scheduler_interval or 240) // 60 + " * * * *"