hourglass 01

hourglass 01
  • Downloads: 151
  • Requirements:
  • Size:
  • Licence:
  • Version: 0.1
  • Added At: 2012-14-05
  • Publisher Site:



hourglass 01

Share

hourglass is a minimalist Python scheduler for rq.hourglass provides a date-sorted queue class, Schedule, that stores jobs that are to be run at some point in the future, and a daemon script, hourglass, that delegates those jobs to the regular queues processed by rqworker processes.UsageRun the hourglass daemon script included with the package. Example usage: import times from datetime import timedelta from rq import use_connection from hourglass import Schedule def test_job(n): return n use_connection() s = Schedule() # schedule a job to be run 3 minutes from now eta = times.now() + timedelta(0, 180) job = s.enqueue(eta, test_job, 5)hourglass managed jobs include an additional property, eta, which is the time passed as the first argument to Schedule.enqueue and Schedule.enqueue_job. They also include another p
hourglass is a minimalist Python scheduler for rq.hourglass provides a date-sorted queue class, Schedule, that stores jobs that are to be run at some point in the future, and a daemon script, hourglass, that delegates those jobs to the regular queues processed by rqworker processes.UsageRun the hourglass daemon script included with the package. Example usage: import times from datetime import timedelta from rq import use_connection from hourglass import Schedule def test_job(n): return n use_connection() s = Schedule() # schedule a job to be run 3 minutes from now eta = times.now() + timedelta(0, 180) job = s.enqueue(eta, test_job, 5)hourglass managed jobs include an additional property, eta, which is the time passed as the first argument to Schedule.enqueue and Schedule.enqueue_job. They also include another p �. you can free download hourglass 01 now.
Soft85 only provide legal software, please help us keeping pur site legal, if you think this page is violating copyrights please let us know by clicking here Here






comments powered by Disqus

Download hourglass 01 _FREE_