Skip to content
This repository has been archived by the owner on Jun 8, 2023. It is now read-only.
This repository has been archived by the owner on Jun 8, 2023. It is now read-only.

Add tasks to an existing job #35

Closed
@asafeunico

Description

Hello guys, I'm implementing this Lib as an interface in the manipulations, but I couldn't understand how I'm going to add a new task to an existing job.
How could I do this?

Example:

There is the method

db.jobs.reset_job(
    "job_id",
    new_settings,
) 

and I need something like:

db.jobs.update_job(
    "job_id",
    new_settings,
) 

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions