Skip to content

Commit

Permalink
Add process GUID to CondorStatusService Chirp messages
Browse files Browse the repository at this point in the history
  • Loading branch information
makortel committed Dec 21, 2021
1 parent 68dc812 commit 7412a0c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions FWCore/Services/plugins/CondorStatusUpdater.cc
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
#include "Utilities/StorageFactory/interface/StorageAccount.h"
#include "Utilities/XrdAdaptor/interface/XrdStatistics.h"
#include "FWCore/Utilities/interface/thread_safety_macros.h"
#include "FWCore/Utilities/interface/processGUID.h"

#include <fcntl.h>
#include <unistd.h>
Expand Down Expand Up @@ -224,6 +225,7 @@ void CondorStatusService::firstUpdate() {
updateChirp("MaxEvents", "-1");
updateChirp("MaxLumis", "-1");
updateChirp("Done", "false");
updateChirpQuoted("Guid", edm::processGUID().toString());

edm::Service<edm::CPUServiceBase> cpusvc;
std::string models;
Expand Down

0 comments on commit 7412a0c

Please sign in to comment.