clepsydra icon indicating copy to clipboard operation
clepsydra copied to clipboard

Liquid scheduler for python

Results 13 clepsydra issues
Sort by recently updated
recently updated
newest added

Configure interval per-scheduer and per-job when missed jobs can be executed. Check different reasons of missing: because of other jobs or because of stopped scheduler

Tasks must be started concurrently with limitation of number

Tasks must be started concurrently with different limitation strategies: by number, by memory and so on

You need to make a timer test feature It' s especially useful for cron-timers, because their logic is the most complex. Example API: ```Python from datetime import datetime import pytest...