Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • bob.pipelines bob.pipelines
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 5
    • Issues 5
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • bobbob
  • bob.pipelinesbob.pipelines
  • Merge requests
  • !106

Update deprecated dask-jobqueue names

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Yannick DAYER requested to merge fix-jobqueue into master Dec 12, 2022
  • Overview 0
  • Commits 2
  • Pipelines 2
  • Changes 1

Parameters from dask-jobqueue's classes (Job and JobQueueCluster) will change name soon. This follows those changes (job_extra to job_extra_directives and env_extra to job_script_prologue.

A config option (jobqueue.sge.job-extra) became invalid due to the name changes and returned None which was not handled correctly, making the submit commands fail silently and the scheduler waiting for the jobs. The option is now renamed.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: fix-jobqueue