1
0
forked from M-Labs/artiq
artiq/artiq/master
David Nadligner 141fcaaa8a worker_db: Only warn on repeated archive read if dataset changed
In larger experiments, it is quite natural for the same dataset
to be read from multiple unrelated components. The only situation
where multiple reads from an archived dataset are problematic is
when the valeu actually changes between reads. Hence, this commit
restricts the warning to the latter situation.
2018-07-12 10:15:42 +08:00
..
__init__.py separate master modules 2015-01-14 12:16:49 +08:00
databases.py use tokenize.open() to open Python source files 2018-07-07 17:04:56 +08:00
experiments.py master: optimize repository scan, closes #546 2016-09-09 19:19:01 +08:00
log.py master: correct example datestring in help 2017-08-03 10:12:52 +01:00
scheduler.py scheduler: consider the pipeline flushed if everything has a lower priority than us. Closes #640 2017-05-22 18:43:59 +08:00
worker_db.py worker_db: Only warn on repeated archive read if dataset changed 2018-07-12 10:15:42 +08:00
worker_impl.py worker: keep sys.modules untouched until the end of examine() 2018-05-02 12:50:37 +08:00
worker.py master: optimize repository scan, closes #546 2016-09-09 19:19:01 +08:00