Skip to content

Fix Group Sync Information script, TimeToRunMS no longer exists - #2

Open
YesuCS wants to merge 1 commit into
SparkDevNetwork:masterfrom
YesuCS:fix/group-sync-information-dataview-columns
Open

YesuCS wants to merge 1 commit into
SparkDevNetwork:masterfrom
YesuCS:fix/group-sync-information-dataview-columns

Conversation

@YesuCS

@YesuCS YesuCS commented Sep 17, 2026

Copy link
Copy Markdown

The Group Sync Information script has been erroring on TimeToRunMS since v11.0, the column went out as TimeToRunDurationMilliseconds instead (it is already named that way in the 1.11.0 tag) so the script never actually ran on a released version.

This just swaps the column name in the select and the order by, and while I was in there I added the rest of the data view run stats and the sync's last refresh time since that is usually what you are actually after when you are looking at slow syncs:

  1. PersistedLastRunDurationMilliseconds
  2. PersistedScheduleIntervalMinutes
  3. LastRunDateTime
  4. RunCount
  5. gs.LastRefreshDateTime

All of those exist as of v11.0 so the version note in the header stays the same, i also checked them against the current develop models. Moved the select list to one column per line to match the style guide and fixed the millseconds typo in the header while I was at it.

-Yeşu

…eToRunDurationMilliseconds] and added the data view run stats and sync last refresh time.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant