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.
Closed
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
Labels
No labels