Skip to content

Add and document queue parameter in blocks.load() #2714

@apolinario

Description

@apolinario
  • I have searched to see if a similar issue already exists.

Is your feature request related to a problem? Please describe.
If a job is running, the gr.Load() adds its tasks to the queue, kind of ruining the goal of running code at startup.

Describe the solution you'd like
I would like to be able to do a queue=False for blocks.load() while still leave the queue active globally for the app, in the same way I can do it for .click() or .update() functions

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingdocs/websiteRelated to documentation or websiteneeds reproAwaiting full reproduction

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions