view mod_log_mark/mod_log_mark.lua @ 2141:218a3d3f7f97

mod_cloud_notify: added ability to notify even if the session is hibernated by mod_smacks
author tmolitor <thilo@eightysoft.de>
date Tue, 29 Mar 2016 19:47:08 +0200
parents 02390829df1a
children d15df55f0a63
line wrap: on
line source

local log = _G.log;

module:add_timer(60-os.date("%S"), function ()
	log("info", "-- MARK --");
	return 60;
end);