You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The URL is https://www.dcsops.org/scheduler/people, and it's been broken for a long time. But @OhMcGoo says there is definitely a roster -- we just have to figure out how to get it to load.
The query to select all the rosters included some very expensive count
queries in the select portion. Because these were running for all, even
before the offset/limit, they were taking too long and timing out in
production. The quickest fix was to move them to their own queries
after the main query was run.
Issue #148: "Show Roster" hyperlink is malfunctioning
The query to select all the rosters included some very expensive count
queries in the select portion. Because these were running for all, even
before the offset/limit, they were taking too long and timing out in
production. The quickest fix was to move them to their own queries
after the main query was run.
Issue #148: "Show Roster" hyperlink is malfunctioning
On the DAT Scheduling screen, there is a "Show Roster" link. When you click on the link, you receive an "Application Error".
Issue is not critical at this time, but would be very helpful to get fixed. Thanks.
Pete Rau
The text was updated successfully, but these errors were encountered: