Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Support
    • Submit feedback
    • Contribute to GitLab
  • Sign in
gridtk
gridtk
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 7
    • Issues 7
    • List
    • Boards
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • bob
  • gridtkgridtk
  • Issues
  • #8

Closed
Open
Opened May 10, 2016 by André Anjos@andre.anjos💬
  • Report abuse
  • New issue
Report abuse New issue

Sqlite query in get_jobs will fail is you have more than 999 jobs.

Created by: sc-jumper

I have submitted a large number of smaller jobs and if you call communicate...which calls *.get_jobs (this will fail for local and SGE), sqlite pukes. It should "chunk" the list and not fall over. Sqlite has a limitation when constructing the SQL query for finding a list of jobs. the "in" list must be limited to 999 items.

My fork has a similar "chunking" approach, but my fork is rather messy with local changes.

Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
0
Labels
None
Assign labels
  • View project labels
Reference: bob/gridtk#8