Skip to content

Commit

Permalink
dog: shorten proc lock component name
Browse files Browse the repository at this point in the history
  • Loading branch information
mightqxc committed Oct 3, 2023
1 parent b28ce2d commit a207f70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pandajedi/jedidog/AtlasDataLocalityUpdaterWatchDog.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def doUpdateDataLocality(self):
cloud=None,
workqueue_id=None,
resource_name=None,
component="AtlasDataLocalityUpdaterWatchDog.doUpdateDataLocality",
component="AtlasDataLocaUpdDog.doUpdateDataLoca",
pid=self.pid,
timeLimit=240,
)
Expand Down Expand Up @@ -85,7 +85,7 @@ def doCleanDataLocality(self):
cloud=None,
workqueue_id=None,
resource_name=None,
component="AtlasDataLocalityUpdaterWatchDog.doCleanDataLocality",
component="AtlasDataLocaUpdDog.doCleanDataLoca",
pid=self.pid,
timeLimit=1440,
)
Expand Down

0 comments on commit a207f70

Please sign in to comment.