Jump to content

Hidden Scheduled tasks


Recommended Posts

Posted

hey guys,

I have noticed when getting the list of all the scheduled tasks via API call, seems like it also displays some hidden tasks like auto plugin update and so on.

through these hidden tasks, i have noticed a task called Refresh Users, anyone knows by anychance what exactly does this task do? according to the interval it runs every 24 hours.

the description of this task says "refresh user infos" but i am not sure what it refers to.

"Name": "Refresh Users",
        "State": "Idle",

        "LastExecutionResult": {
            "StartTimeUtc": "2025-08-28T14:45:35.9734264Z",
            "EndTimeUtc": "2025-08-28T14:45:36.2650576Z",
            "Status": "Completed",
            "Name": "Refresh Users",
            "Key": "RefreshUsers",
        },
        "Triggers": [
            {
                "Type": "IntervalTrigger",
                "IntervalTicks": 864000000000
            }
        ],
        "Description": "Refresh user infos",
        "Category": "Library",
        "IsHidden": true,
        "Key": "RefreshUsers"

Posted

Hi, all it does is check to see if you might have added ore removed user images directly from the config folders.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...