background-jobs/jobs-actix
asonix 0a509e0271 Queue as many jobs as we can on ping
This change isn't incredibly important, but in cases where more than one
jobs server is running, and one happens to get a heavy amount of new job
traffic while the others get very few, it is possible that we can end up
with unprocessed jobs in the DB while not every worker is busy. This
change exausts our worker queue on ping if there are jobs available
2019-05-25 17:10:32 -05:00
..
src Queue as many jobs as we can on ping 2019-05-25 17:10:32 -05:00
Cargo.toml Update repo links 2019-05-25 15:33:38 -05:00
LICENSE Add crate info for jobs-actix 2018-12-16 13:57:09 -06:00