Skip to content

Commit

Permalink
revert back changes: it broke condor scaling
Browse files Browse the repository at this point in the history
  • Loading branch information
oshadura committed Aug 16, 2024
1 parent bbd9920 commit 0342286
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coffea_casa/coffea_casa.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +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 0342286

Please sign in to comment.