Overview
-
module Async
-
module Cron
-
module Environment
-
module Scheduler
Provides 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 Daily
A schedule that runs once per day, at midnight.
-
class Flags
-
class Generic
-
class Hourly
A schedule that runs once per hour, on the hour.
-
class Monthly
A schedule that runs once per day, at midnight.
-
class Periodic
-
class Weekly
A schedule that runs once per day, at midnight.
-
-
class Scheduler
-
module Service
-
class Time
A 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.
-
-