Skip to content

Commit

Permalink
Add AccountingGroup to imporve per-user job monitoring: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
oshadura committed Aug 7, 2024
1 parent e560699 commit f6eae8c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions coffea_casa/coffea_casa.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,8 +207,7 @@ def _modify_job_kwargs(cls,
{"Stream_Error": "False"},
{"+CoffeaCasaWorkerType": "dask"},
{"+DaskSchedulerAddress": external_ip_string},
{"+AccountingGroup": "cms.other.coffea.$ENV(HOSTNAME)"}
"}
{"+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 f6eae8c

Please sign in to comment.