Skip to content

document accessing dask dashboard #46

Description

@kratsg
        # To facilitate usage with HTCondor
        cluster = HTCondorCluster(
            log_directory=Path().cwd() / ".condor_logs" / "truth_origin",
            cores=4,
            memory="4GB",
            disk="2GB",
            job_extra_directives={
                "stream_output": True,
                "stream_error": True,
                "should_transfer_files": True,
                "transfer_input_files": "light_roast.py",
            },
        )
        cluster.scale(jobs=500)
        client = Client(cluster)

        print(client.dashboard_link)

can navigate to that dashboard link normally and see it in progress

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions