-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Identifying suspended extract refresh failures #41
Comments
Right now, using TS Background Tasks, the only way would likely be to use the Notes field to look for "suspended", and the grab the workbook/data source LUID, and track down the appropriate Task LUID via the REST API. But, we should add a few things to TS Background Tasks to make this easier: Add Task LUID |
Not sure if my screenshot is visible . I used TS Background Tasks ( big Thanks to you for all these data sources) , used this column "Job LUID" to get Luid's of these suspended tasks and copied all these luid's in a excel sheet. Then used this below mentioned code to remove these failed extract schedules by providing these LUID's but it did not work. It
|
Looks like I'm missing something or not looking at right place. Would you mind sharing a solution working for you ? |
Job LUID is different than Task LUID. That's why I was saying I think you'd have to get the actual Item LUID for the workbook/data source, then obtain the Task LUIDs based on those. |
Added metadata on Collections (TS Content, TS Events, TS Users) #53 Added metadata on Metrics (TS Content, TS Events, TS Users, TS Background Tasks) #33 Incorporate new Web Authoring event into added in 2021.1 (TS Content, TS Events, TS Users) #59 Updated "Site Role" with improved logic (with thanks to @thechadd) #30 Version field updated to 03.01 • TS Events Added "details" field #57 Refactored Historical Item Revision for consistency (should now match revision history from UI) #58 • TS Content Fixed error in "User Filter" calculation #51 Added projects as top-level item type #4 Add extract encryption status field #35 Add "controlled_permissions_enabled" field #19 Add data_engine_extracts field for Flows #36 Expanded "access counts" to include a broader set of interactions (web edit, download, export) • TS Web Requests Fixed incorrect Duration for requests (no longer rounds, and precision increased to milliseconds--thanks to @rk2511) #56 • TS Background Tasks Improved Data Alerts information and added several fields, populated hyperlinks #39 Added field "Increment Date" that should be used for incremental refreshes, with field "Is Max Record" added as a data source filter. Added job creator information #24 Account for "Cancelled" tasks #32 Identifying suspended extract refresh failures #41 Fixed Item Owner info for subscriptions #48
This was added as the field named "Task State"--just in case anyone was looking for "Is Suspended", and not finding it...like I was for the last half hour, despite being the one who added it. |
Sir,
Is there any way we can identify LUID's or some other way to identify those extract refresh schedules which are in suspended state so that they can be removed.Instead of deleting the schedule ( which might be used by other users as well) , I would remove the individual extract refresh task set on that particular workbook.
Reason behind doing this is: To reduce the error failure rate in an extract heavy environment.
The text was updated successfully, but these errors were encountered: