Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • lava lava
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 96
    • Issues 96
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 64
    • Merge requests 64
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • lava
  • lavalava
  • Merge requests
  • !1980

Merged
Created Feb 16, 2023 by Igor Ponomarev@igo95862Contributor

lava_dispatcher/worker.py: Enable postponed annotations and remove un-used constant

  • Overview 0
  • Commits 2
  • Changes 1

Postponed annotations improve start-up speed and ensures compatibility with future python versions.

JOBS_CHECK_INTERVAL constant was not used since ee6fea4b

>>> rg 'JOBS_CHECK_INTERVAL'
lava_dispatcher/worker.py
55:JOBS_CHECK_INTERVAL = 5
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: lava-dispatcher-worker-remove-unused-enable-future-annotations