[Solved] What is the behaviour of "dormant" in site_config.json?

I have a site in active use, but it’s site_config.json declares that it’s “dormant”.

What is it for?

Where is the list of possible site_config.json settings explained?

And today I get that dormant in my site_config.
Perhaps you have found the answer, but maybe this will be useful for others. So here is a doc I found about site_config:
https://frappeframework.com/docs/user/en/guides/basics/site_config

Yet I don’t find what dormant is…

I got this answer from the support team @adityahase - I really appreciate your support Aditya.

This key is set when nobody uses the site for 4 days, it restricts some scheduled jobs (e…g Email Recieve/Send). The key should automatically get removed once you log in to your site.

Reference: frappe/scheduler.py at version-12 · frappe/frappe · GitHub

2 Likes

don’t forget to mark the answer as Solved, so others can see it.

I’d normally prepend “[Solved]” to the title, but it’s no longer editable. I found no other way to mark it as solved apart from marking your post as being the solution.

Good to have the answer even if it is a year later.
Thanks!

1 Like

Nice feature. Now I don’t have to work with log to find out if a site is not used for several days.
Is there any way we can change the number of dormant days (e.g change it to a week (7 days)?

2 Likes

@rahy you can change from here

3 Likes

Ok… thanks