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
{{ message }}
This repository has been archived by the owner on Nov 13, 2018. It is now read-only.
POST /api/1.2/user/current/jobs creates a purge job which involves inserting a record in the Job table, snapshotting regex_revalidate.config and setting upd_pending flag on each server of the applicable CDN to 1.
POST /api/1.2/user/current/jobs creates a purge job which involves inserting a record in the Job table, snapshotting regex_revalidate.config and setting upd_pending flag on each server of the applicable CDN to 1.
This process takes too long and causes a timeout.
I suspect the offending code is in snapshot_regex_revalidate() of https://github.com/Comcast/traffic_control/blob/master/traffic_ops/app/lib/MojoPlugins/Job.pm
specifically, the identical query performed for each server found on line 58 and 59.
The text was updated successfully, but these errors were encountered: