If two instances of Clockode are running in parallel, then changes made in instance A will not show up in instance B until another change is made in B that triggers a database reload.
Consider adding a filesystem watcher to trigger database re-loads if the database is changed by another process.
If two instances of Clockode are running in parallel, then changes made in instance A will not show up in instance B until another change is made in B that triggers a database reload.
Consider adding a filesystem watcher to trigger database re-loads if the database is changed by another process.