%%% @copyright Erlware, LLC. All Rights Reserved. %%% %%% This file is provided to you under the BSD License; you may not use %%% this file except in compliance with the License. -define(ONE_DAY, (24 * 60 * 60)). -record(job, { schedule, task, lambda }).