perfsonar / bwctl

A scheduling and policy framework for measurement tools
Apache License 2.0
16 stars 6 forks source link

deterministic scheduling of tests #7

Closed arlake228 closed 3 years ago

arlake228 commented 9 years ago

From @arlake228 on March 14, 2015 12:21

Original issue 925 created by arlake228 on 2014-06-11T13:34:56.000Z:

Instead of specifying a particular interval such as every 4 hours, being able to specify using a cron-like method to run tests at specific times. An example might be to run a test every other hour on Mon, Wedn, Fri. Implementing this would likely require the authenticated user enhancement outline in issue 924 because these tests would need to pre-empt existing tests to get as close to their scheduled time as possible.

The most straightforward implementation of this would likely be to include something akin to the standard way cron entries are described, such as:

0 0 * * 5

would schedule a test to be run every Friday at exactly midnight.

Copied from original issue: perfsonar/project#923

arlake228 commented 9 years ago

Comment #1 originally posted by arlake228 on 2015-01-27T14:49:27.000Z:

<empty>

arlake228 commented 9 years ago

Comment #2 originally posted by arlake228 on 2015-01-30T19:50:16.000Z:

Issue 875 has been merged into this issue.

mfeit-internet2 commented 8 years ago

There might be some useful nuggets to be had this implementation: https://code.google.com/p/ncrontab/