Searched refs:retry_job (Results 1 – 9 of 9) sorted by relevance
/dports/devel/p5-Minion/Minion-10.22/lib/Minion/ |
H A D | Backend.pm | 12 …return $self->retry_job($id, $retries, {attempts => $attempts > 1 ? $attempts - 1 : 1, delay => $d… 31 sub retry_job { croak 'Method "retry_job" not implemented by subclass' } subroutine
|
H A D | Job.pm | 68 return $self->minion->backend->retry_job($self->id, $self->retries, @_);
|
/dports/devel/p5-Minion/Minion-10.22/t/ |
H A D | backend.t | 39 eval { Minion::Backend->retry_job }; 40 like $@, qr/Method "retry_job" not implemented by subclass/, 'right error';
|
/dports/devel/p5-Minion/Minion-10.22/ |
H A D | Changes | 192 …- Added parents option to retry and retry_job methods in Minion::Job and Minion::Backend::Pg. (Can… 268 - Added attempts option to retry and retry_job methods in Minion::Job and Minion::Backend::Pg. 433 …- Added retries argument to fail_job, finish_job and retry_job methods in Minion::Backend::File and 436 …- Added queue option to enqueue and retry_job methods in Minion::Backend::File and Minion::Backend… 446 - Added priority option to retry_job methods in Minion::Backend::File and Minion::Backend::Pg. 460 - Added delay option to retry_job methods in Minion::Backend::File and Minion::Backend::Pg. (kwa) 572 …- Renamed restart_job method to retry_job in Minion::Backend, Minion::Backend::File and Minion::Ba…
|
/dports/devel/p5-Minion/Minion-10.22/lib/Minion/Backend/ |
H A D | Pg.pm | 210 sub retry_job { subroutine
|
/dports/news/sabnzbdplus/SABnzbd-3.3.0/sabnzbd/ |
H A D | api.py | 343 nzo_id = retry_job(value, name, password) 1432 def retry_job(job, new_nzb=None, password=None): function 1456 nzo_ids.append(retry_job(item["nzo_id"]))
|
H A D | interface.py | 78 retry_job, 512 retry_job(kwargs.get("job"), kwargs.get("nzbfile"), kwargs.get("password")) 1096 retry_job(kwargs.get("job"), kwargs.get("nzbfile"), kwargs.get("password"))
|
/dports/net-p2p/py-libtorrent-rasterbar/libtorrent-1.2.13/src/ |
H A D | disk_io_thread.cpp | 149 constexpr status_t retry_job = static_cast<status_t>(201); variable 1234 if (ret == retry_job) in perform_job() 2266 return retry_job; in do_hash() 2902 return retry_job; in do_clear_piece()
|
/dports/net-p2p/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14/src/ |
H A D | disk_io_thread.cpp | 149 constexpr status_t retry_job = static_cast<status_t>(201); variable 1234 if (ret == retry_job) in perform_job() 2266 return retry_job; in do_hash() 2902 return retry_job; in do_clear_piece()
|