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
but when this job is pause status, after setting next_run_time, it will change to running status, anyway to make it run and not change the job status?
By the way, self.scheduler is a remote rpyc server, and i log the value or exception of the job by event-listener, so it is imposible that create a another disposable job because it will get a different job id.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
i would like to create a
api
, which is making for trigging a job run immediately and this job would only run one times.implement like this
but when this job is
pause
status, after settingnext_run_time
, it will change torunning
status, anyway to make it run and not change the job status?By the way,
self.scheduler
is a remoterpyc
server, and i log the value or exception of the job by event-listener, so it is imposible that create a another disposable job because it will get a different job id.Beta Was this translation helpful? Give feedback.
All reactions