Skip to content

Commit

Permalink
Add AccountingGroup to imporve per-user job monitoring
Browse files Browse the repository at this point in the history
  • Loading branch information
oshadura committed Aug 7, 2024
1 parent 3c708b6 commit e560699
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions coffea_casa/coffea_casa.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,8 @@ def _modify_job_kwargs(cls,
{"Stream_Error": "False"},
{"+CoffeaCasaWorkerType": "dask"},
{"+DaskSchedulerAddress": external_ip_string},
{"+AccountingGroup": "cms.other.coffea.$ENV(HOSTNAME)"}
"}
job_kwargs.get(
"job_extra_directives", dask.config.get(f"jobqueue.{cls.config_name}.job_extra_directives")
),
Expand Down

0 comments on commit e560699

Please sign in to comment.