Overview
-
module Async-
module Cron-
module Environment-
module SchedulerProvides an environment for hosting a web application that uses a Falcon server.
-
-
class Period -
class Seconds -
class Minutes -
class Hours -
class Weekday -
class Monthday -
class Month -
module Schedule-
class DailyA schedule that runs once per day, at midnight.
-
class Flags -
class Generic -
class HourlyA schedule that runs once per hour, on the hour.
-
class MonthlyA schedule that runs once per day, at midnight.
-
class Periodic -
class WeeklyA schedule that runs once per day, at midnight.
-
-
class Scheduler -
module Service -
class TimeA base-zero that supports assigning arbitrary values (both positive and negative) to all units. This simplifies computing relative times and dates by incrementing the relevant units and normalizing the result.
-
-