You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Add a job
dlmgr.py add_job "curl command here"
# Remove a job
dlmgr.py remove_job <job_id>
# List jobs
dlmgr.py list_jobs
# Force run next job
dlmgr.py force_run_next_job