Commit 55b763c8 authored by vvaltman's avatar vvaltman

test-lua: updated with sample cron function

parent 4965d294
......@@ -88,6 +88,12 @@ end
function on_get_difference_end ()
end
function cron()
-- do something
postpone (cron, false, 1.0)
end
function on_binlog_replay_end ()
started = 1
postpone (cron, false, 1.0)
end
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment