Long running Scheduled tasks

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
3 года назад
In azure while using web apps you have a limited timeout of 240s as well. Ive been using azure functions to prevent this. The functions on premium service plans have no timeout.
2 года назад
Hi all

I dont see this parameter anywhere:
"commonsettings.scheduletaskruntimeout"

If I do a search in the DB like this:
select * from Setting where name like '%timeout%'

this is what i find:

41  commonsettings.restarttimeout  3000  0
626  captchasettings.recaptcharequesttimeout  20  0

I am on 4.40 now, has it been removed?
2 года назад
AxelAndersen wrote:
I dont see this parameter anywhere:
"commonsettings.scheduletaskruntimeout"


I still use it on 4.4. If its not found, the default value will be used.
Just add it back in either through SQL or the admin settings page.
2 года назад
You can find the setting in App Settings
https://admin-demo.nopcommerce.com/Admin/Setting/AppSettings
2 года назад
Hi

I found "Schedule task run timeout" in "/Admin/Setting/AppSettings"
I set it to 5000000, and now everything is working.

Thanks
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.